Skip to content

Commit b870718

Browse files
Sliqric7053alxhub
authored andcommitted
docs: fix a grammatical error in lazy-loading-ngmodules guide (angular#42008)
PR Close angular#42008
1 parent 5bb7c0e commit b870718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/lazy-loading-ngmodules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The import path is the relative path to the module.
106106

107107
In Angular version 8, the string syntax for the `loadChildren` route specification [was deprecated](https://angular.io/guide/deprecations#loadchildren-string-syntax) in favor of the `import()` syntax. However, you can opt into using string-based lazy loading (`loadChildren: './path/to/module#Module'`) by including the lazy-loaded routes in your `tsconfig` file, which includes the lazy-loaded files in the compilation.
108108

109-
By default the CLI will generate projects which stricter file inclusions intended to be used with the `import()` syntax.
109+
By default the CLI will generate projects with stricter file inclusions intended to be used with the `import()` syntax.
110110

111111
</div>
112112

0 commit comments

Comments
 (0)