stencil: correct typo

This commit is contained in:
Rico Sta. Cruz 2017-10-11 12:00:03 +08:00
parent aa8423aab0
commit d42c52dc9b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export class MyComponent {
``` ```
{: data-line="4,5"} {: data-line="4,5"}
Just do assignments. You can't do mutations tho, see later! Just do assignments. You can't do mutations though, see next section.
See: [Managing component state](https://stenciljs.com/docs/decorators#managing-component-state) See: [Managing component state](https://stenciljs.com/docs/decorators#managing-component-state)