Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm authored and sweoggy committed Jan 17, 2024
1 parent 5232b3d commit e7ab503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resolution/pm/gomod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
The way resolution of go lock files works is as follows:

1. Run `go mod graph` in order to create dependency graph
2. Run `go list -mod=readonly -e -m all` to get the contents of the requirements.txt file
2. Run `go list -mod=readonly -e -m all` to get the list of packages

The results of the commands above are then combined to form the finished lock file.
2 changes: 1 addition & 1 deletion internal/resolution/pm/nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ With this done we can move on to the next section
### .csproj

1. Run `dotnet restore <file> --use-lock-file --lock-file-path <lock_file>` in order to restore the dependencies and tools of a project (lock file name can be different depend on which manifest file is being resolved)
2. Cleanup temporary csproj file after lock file is created (for `packages.comfig` case)
2. Cleanup temporary csproj file after lock file is created (for `packages.config` case)

0 comments on commit e7ab503

Please sign in to comment.