docs: fix variable name, change to camelCase

closes #5801
This commit is contained in:
Cody Lundquist
2015-12-10 08:00:56 -08:00
committed by vsavkin
parent 398f024b24
commit e9e2a4152e
3 changed files with 4 additions and 4 deletions

View File

@ -1060,8 +1060,8 @@ export var Attribute: AttributeFactory = makeParamDecorator(AttributeMetadata);
*
* ```html
* <seeker>
* <div #find-me>...</div>
* <div #find-me-too>...</div>
* <div #findMe>...</div>
* <div #findMeToo>...</div>
* </seeker>
*
* @Component({