Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 5c9c79c

Browse files
alan-agius4vikerman
authored andcommitted
docs: fix typo in version 8 update guide
1 parent 9ff02c5 commit 5c9c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v8-upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const routes: Routes = [
2222

2323
## Problem upgrading to version 8
2424

25-
`ng update` automatically comnverts all lazy loaded route configs to the dynamic import syntax. However if the project was
25+
`ng update` automatically converts all lazy loaded route configs to the dynamic import syntax. However if the project was
2626
already in Angular Universal mode you would get the following error on the server when you navigate to a lazy loaded route.
2727

2828
```

0 commit comments

Comments
 (0)