Update docs for connector

This commit is contained in:
Robin Ward 2016-11-23 16:44:57 -05:00
parent 9030e40041
commit b8c88dbfe0
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class DecoratorHelper {
}
/**
* You can use this bridge to mount an Ember View inside the virtual
* You can use this bridge to mount an Ember Component inside the virtual
* DOM post stream. Note that this is a bit bizarre, as our core app
* is rendered in Ember, then we switch to a virtual dom, and this
* allows part of that virtual dom to use Ember again!
@ -100,7 +100,7 @@ class DecoratorHelper {
* Example:
*
* ```
* helper.connect({ templateName: 'my-handlebars-template' });
* helper.connect({ component: 'my-component-name' });
* ```
**/
connect(details) {