From df517bf63648a32875d480869422d8808a360b7f Mon Sep 17 00:00:00 2001 From: maks feltrin Date: Sat, 22 Oct 2016 16:45:19 +0200 Subject: [PATCH] docs typo? --- docs/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components.md b/docs/components.md index 268fdd40..7f5d561f 100644 --- a/docs/components.md +++ b/docs/components.md @@ -83,7 +83,7 @@ The state of a component can be accessed three ways: as a blueprint at initializ Any property attached to the component object is deep-cloned for every instance of the component. This allows simple state initialization. -In the example below, `data` is a property of the `Input` component's state object. +In the example below, `data` is a property of the `ComponentWithInitialState` component's state object. ```javascript var ComponentWithInitialState = {