Skip to content

Commit 8845147

Browse files
Update BuildFromSource.md (#29403)
Correction of minor typo identified whilst following the procedure
1 parent 339c8b7 commit 8845147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BuildFromSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ASP.NET Core uses git submodules to include the source from a few other projects
1919
git clone --recursive https://github.com/dotnet/aspnetcore
2020
```
2121

22-
If you've already cloned the aspnetcore repo without fetching subdmoule sources, you can fetch them after cloning by running the following command.
22+
If you've already cloned the aspnetcore repo without fetching submodule sources, you can fetch them after cloning by running the following command.
2323

2424
```powershell
2525
git submodule update --init --recursive

0 commit comments

Comments
 (0)