Skip to content

Commit

Permalink
Update bzlmod.md fix typo (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrath authored Mar 8, 2024
1 parent 5de082f commit d45e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go/core/bzlmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Instead, if you want the tools' dependencies to be resolved independently of the
4. Add an isolated usage of the `go_deps` extension to your module file:
```starlark
go_tool_deps = use_extension("@gazelle//:extensions.bzl", "go_deps", isolated = True)
go_tool_deps = use_extension("@gazelle//:extensions.bzl", "go_deps", isolate = True)
go_tool_deps.from_file(go_mod = "//tools:go.mod")
```
Expand Down

0 comments on commit d45e218

Please sign in to comment.