Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit dfd360d

Browse files
kapunahelewongjuleskremer
authored andcommitted
docs(routing-nav): copy edits (#3336)
1 parent 4dbd920 commit dfd360d

File tree

2 files changed

+425
-303
lines changed

2 files changed

+425
-303
lines changed

public/docs/_examples/router/ts/src/app/selective-preloading-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class SelectivePreloadingStrategy implements PreloadingStrategy {
1010

1111
preload(route: Route, load: () => Observable<any>): Observable<any> {
1212
if (route.data && route.data['preload']) {
13-
// add the route path to our preloaded module array
13+
// add the route path to the preloaded module array
1414
this.preloadedModules.push(route.path);
1515

1616
// log the route path to the console

0 commit comments

Comments
 (0)