docs(API): correct formatting of EmbeddedViewRef API doc example (#8584)

remove ... from EmbeddedViewRef API example doc comments
This commit is contained in:
Ajay Ambre 2016-05-26 22:23:18 +05:30 committed by Miško Hevery
parent 72707d80ab
commit c27bc1956b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export abstract class ViewRef {
* </ul>
* ```
*
* ... we have two {@link TemplateRef}s:
* We have two {@link TemplateRef}s:
*
* Outer {@link TemplateRef}:
* ```