Skip to content

Commit

Permalink
fix typo in gomod docs
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed May 2, 2024
1 parent f80b5a9 commit 7b94e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ go toolchain suitable for fetching go module dependencies.

Adding a gomod generator to 1 or more sources causes the following to occur automatically:

1. Fetch all go module dependencies for *all* sources in the spec that specifiy the generator
1. Fetch all go module dependencies for *all* sources in the spec that specify the generator
2. Keeps a single go module cache directory for all go module deps.
3. Adds the go module cache directory a source which gets included in source packages like a normal source.
4. Adds the `GOMODCACHE` environment variable to the build environment.
Expand Down

0 comments on commit 7b94e04

Please sign in to comment.