fix(docs) Fixes typo in ProtoViewRef class

Changed 'foctary' to 'factory'.

I wanted to change `{@link AppViewManager#createViewInContainer}` to `{@link AppViewManager#createViewInContainer}#createViewInContainer` and `{@link AppViewManager#createRootHostView}` to `{@link AppViewManager#createRootHostView}#createRootHostView` for readibility (see https://angular.io/docs/js/latest/api/core/ProtoViewRef-class.html it shows `AppViewManager and AppViewManager`). But I'm not sure if that'll work so I'm just going with the typo.
Closes #3677
This commit is contained in:
ericmartinezr 2015-08-17 13:11:38 -03:00
parent ddcfd465ad
commit 63a94ee941
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export class ViewRef implements HostViewRef {
* A ProtoView is a reference to a template for easy creation of views.
* (See {@link AppViewManager#createViewInContainer} and {@link AppViewManager#createRootHostView}).
*
* A `ProtoView` is a foctary for creating `View`s.
* A `ProtoView` is a factory for creating `View`s.
*
* ## Example
*