docs: fix typo

Closes #4306
This commit is contained in:
mgechev 2015-09-22 11:39:07 +03:00 committed by Minko Gechev
parent 662ff47627
commit f600d88209
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ export function platform(bindings?: Array<Type | Binding | any[]>): PlatformRef
* reason, Angular creates exactly one global platform injector which stores all shared
* services, and each angular application injector has the platform injector as its parent.
*
* Each application has its own private injector as well. When there are multipl
* Each application has its own private injector as well. When there are multiple
* applications on a page, Angular treats each application injector's services as private
* to that application.
*