Sfoglia il codice sorgente

Update BuildFromSource.md (#29403)

Correction of minor typo identified whilst following the procedure
TheCakeMonster 5 anni fa
parent
commit
88451476f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/BuildFromSource.md

+ 1 - 1
docs/BuildFromSource.md

@@ -19,7 +19,7 @@ ASP.NET Core uses git submodules to include the source from a few other projects
 git clone --recursive https://github.com/dotnet/aspnetcore
 ```
 
-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.
 
 ```powershell
 git submodule update --init --recursive