Skip to content

Commit 1bcef87

Browse files
authored
fix: remove duplicated word (#130)
1 parent 78db72a commit 1bcef87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/router/use-preloading-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class AppModule {}
5959

6060
## Data-driven bundling
6161

62-
Another way is to use [Guess.js](https://github.com/guess-js/guess), a data-driven bundling approach. The goal with Guess.js is to minimize the bundle layout configuration, make it data-driven, and much more accurate. Guess.js will will figure out which bundles to be combined together and what pre-fetching mechanism to be used.
62+
Another way is to use [Guess.js](https://github.com/guess-js/guess), a data-driven bundling approach. The goal with Guess.js is to minimize the bundle layout configuration, make it data-driven, and much more accurate. Guess.js will figure out which bundles to be combined together and what pre-fetching mechanism to be used.
6363

6464
Guess.js can also be used with the Angular CLI. Here's an [example](https://github.com/mgechev/guess-js-angular-demo).
6565

0 commit comments

Comments
 (0)