diff --git a/modules/angular2/src/core/compiler/view_ref.ts b/modules/angular2/src/core/compiler/view_ref.ts index aff280329f..3dcebaccc3 100644 --- a/modules/angular2/src/core/compiler/view_ref.ts +++ b/modules/angular2/src/core/compiler/view_ref.ts @@ -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 *