Skip to content

Commit 92e6d45

Browse files
Update docs/angular/build-options.md
Co-authored-by: Sean Perkins <[email protected]>
1 parent 786b1b3 commit 92e6d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/build-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class HomePage {
117117

118118
### Overview
119119

120-
Developers can also use the Modules approach by importing `IonicModule` and calling `IonicModule.forRoot()` in the `imports` array in `app.module.ts`. This registers a version of Ionic where Ionic components will be lazily loaded as needed.
120+
Developers can also use the Modules approach by importing `IonicModule` and calling `IonicModule.forRoot()` in the `imports` array in `app.module.ts`. This registers a version of Ionic where Ionic components will be lazily loaded at runtime.
121121

122122
**Benefits**
123123

0 commit comments

Comments
 (0)