Skip to content

Commit 662b929

Browse files
authored
Update dotnet-restore.md (#44991)
1 parent 6e24464 commit 662b929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In most cases, you don't need to explicitly use the `dotnet restore` command, si
4343
Sometimes, it might be inconvenient to run the implicit NuGet restore with these commands. For example, some automated systems, such as build systems, need to call `dotnet restore` explicitly to control when the restore occurs so that they can control network usage. To prevent the implicit NuGet restore, you can use the `--no-restore` flag with any of these commands.
4444

4545
> [!NOTE]
46-
> Signed package verification during restore operations requires a certificate root store that is valid for both code signing and timestamping. For more inforomation, see [NuGet signed package verification](nuget-signed-package-verification.md).
46+
> Signed package verification during restore operations requires a certificate root store that is valid for both code signing and timestamping. For more information, see [NuGet signed package verification](nuget-signed-package-verification.md).
4747
4848
### Specify feeds
4949

0 commit comments

Comments
 (0)