File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export class Provider<T extends Name> {
57
57
}
58
58
} catch ( e ) {
59
59
// when the instance factory throws an exception during get(), it should not cause
60
- // an fatal error. We just return the unresolved promise in this case.
60
+ // a fatal error. We just return the unresolved promise in this case.
61
61
}
62
62
}
63
63
@@ -129,7 +129,7 @@ export class Provider<T extends Name> {
129
129
this . getOrInitializeService ( DEFAULT_ENTRY_NAME ) ;
130
130
} catch ( e ) {
131
131
// when the instance factory for an eager Component throws an exception during the eager
132
- // initialization, it should not cause an fatal error.
132
+ // initialization, it should not cause a fatal error.
133
133
// TODO: Investigate if we need to make it configurable, because some component may want to cause
134
134
// a fatal error in this case?
135
135
}
@@ -152,7 +152,7 @@ export class Provider<T extends Name> {
152
152
instanceDeferred . resolve ( instance ) ;
153
153
} catch ( e ) {
154
154
// when the instance factory throws an exception, it should not cause
155
- // an fatal error. We just leave the promise unresolved.
155
+ // a fatal error. We just leave the promise unresolved.
156
156
}
157
157
}
158
158
}
You can’t perform that action at this time.
0 commit comments