Skip to content

Commit 153c097

Browse files
committed
fix typo
1 parent 8da7f3f commit 153c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/upgrading/v4-to-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. Overwrite your `.editorconfig` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/.editorconfig).
1111

1212
1. **Migrate all dependencies to .NET 8**.
13-
1. Overwriite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
13+
1. Overwrite your `global.json` file [from here](https://raw.githubusercontent.com/SAFE-Stack/SAFE-template/master/Content/default/global.json).
1414

1515
1. Update each of your project files to target .NET 8.
1616

0 commit comments

Comments
 (0)