Skip to content

Commit 4814ccc

Browse files
Merge pull request #2418 from SalvadorLekan/patch-1
Fixed typo on the custom providers page
2 parents 818c543 + 9bdc1e8 commit 4814ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/fundamentals/dependency-injection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const connectionProvider = {
249249
inject: [OptionsProvider, { token: 'SomeOptionalProvider', optional: true }],
250250
// \_____________/ \__________________/
251251
// This provider The provider with this
252-
// is mandatory. token can resolves to `undefined`.
252+
// is mandatory. token can resolve to `undefined`.
253253
};
254254

255255
@Module({
@@ -270,7 +270,7 @@ const connectionProvider = {
270270
inject: [OptionsProvider, { token: 'SomeOptionalProvider', optional: true }],
271271
// \_____________/ \__________________/
272272
// This provider The provider with this
273-
// is mandatory. token can resolves to `undefined`.
273+
// is mandatory. token can resolve to `undefined`.
274274
};
275275

276276
@Module({

0 commit comments

Comments
 (0)