We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ff47 commit f600d88Copy full SHA for f600d88
modules/angular2/src/core/application_common.ts
@@ -230,7 +230,7 @@ export function platform(bindings?: Array<Type | Binding | any[]>): PlatformRef
230
* reason, Angular creates exactly one global platform injector which stores all shared
231
* services, and each angular application injector has the platform injector as its parent.
232
*
233
- * 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
234
* applications on a page, Angular treats each application injector's services as private
235
* to that application.
236
0 commit comments