From c694541a4e430815c8c3fcec787b44ac9458c5ea Mon Sep 17 00:00:00 2001 From: Chris Gomez Date: Thu, 5 Apr 2018 14:05:37 -0400 Subject: [PATCH] Fix example typo (someProp => childProp) --- docs/to-child.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/to-child.md b/docs/to-child.md index b52f187..eb63339 100644 --- a/docs/to-child.md +++ b/docs/to-child.md @@ -37,7 +37,7 @@ Imports [can-stache.key] in the [can-view-scope scope] to `childProp` in [can-component.prototype.view-model viewModel]. It also updates `childProp` with the value of `key` when `key` changes. ```html - + ``` > __Note:__ If [can-stache.key] is an object, changes to the objects properties will still be visible to the component. Objects are passed by reference. See [can-stache-bindings#OneWayBindingWithObjects One Way Binding With Objects].