Grammar fix.

This commit is contained in:
Jason
2019-10-21 11:28:33 -06:00
committed by GitHub
parent 1f7908a0f1
commit 2240ffca82

View File

@@ -238,7 +238,7 @@ In the Version 0.0.9 the CLI was not a global tool and needed to be registred li
</ItemGroup>
```
After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder:
After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the following command in your ASP.NET Core folder:
```
dotnet restore