From a6bb1d46518e2a5fbbdd76edb5c535d361daf262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Tue, 28 Mar 2017 00:19:16 +0200 Subject: [PATCH] docs: update the toc of components.md to match the content (#1748) --- docs/components.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components.md b/docs/components.md index 3d958aad..229f1293 100644 --- a/docs/components.md +++ b/docs/components.md @@ -2,9 +2,9 @@ - [Structure](#structure) - [Lifecycle methods](#lifecycle-methods) +- [Syntactic variants](#syntactic-variants) - [State](#state) -- [ES6 classes](#es6-classes) -- [Avoid-anti-patterns](#avoid-anti-patterns) +- [Avoid anti-patterns](#avoid-anti-patterns) ### Structure @@ -101,7 +101,7 @@ To learn more about lifecycle methods, [see the lifecycle methods page](lifecycl --- -### Alternate component syntaxes +### Syntactic variants #### ES6 classes