We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339c8b7 commit 8845147Copy full SHA for 8845147
docs/BuildFromSource.md
@@ -19,7 +19,7 @@ ASP.NET Core uses git submodules to include the source from a few other projects
19
git clone --recursive https://github.com/dotnet/aspnetcore
20
```
21
22
-If you've already cloned the aspnetcore repo without fetching subdmoule sources, you can fetch them after cloning by running the following command.
+If you've already cloned the aspnetcore repo without fetching submodule sources, you can fetch them after cloning by running the following command.
23
24
```powershell
25
git submodule update --init --recursive
0 commit comments