From d42c52dc9b90abdf295195b365482720c4378b6e Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 11 Oct 2017 12:00:03 +0800 Subject: [PATCH] stencil: correct typo --- stencil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stencil.md b/stencil.md index 3c07c5736..937519d89 100644 --- a/stencil.md +++ b/stencil.md @@ -95,7 +95,7 @@ export class MyComponent { ``` {: 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)