Skip to content

Commit f600d88

Browse files
committed
docs: fix typo
Closes angular#4306
1 parent 662ff47 commit f600d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/application_common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export function platform(bindings?: Array<Type | Binding | any[]>): PlatformRef
230230
* reason, Angular creates exactly one global platform injector which stores all shared
231231
* services, and each angular application injector has the platform injector as its parent.
232232
*
233-
* Each application has its own private injector as well. When there are multipl
233+
* Each application has its own private injector as well. When there are multiple
234234
* applications on a page, Angular treats each application injector's services as private
235235
* to that application.
236236
*

0 commit comments

Comments
 (0)