Skip to content

Commit

Permalink
Some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
samwestmoreland committed Sep 29, 2023
1 parent 24aa172 commit 9df4bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/codelabs/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For the sake of this codelabs, we'll make a simple hello world HTTP service in P
### Initialising the project
```
$ plz init
$ go mod init github.com/exmaple/module
$ go mod init github.com/example/module
$ plz init plugin go
```

Expand All @@ -61,8 +61,8 @@ go_toolchain(
And configure the plugin:
```
[Plugin "go"]
Target = //plguins:go
ImportPath = github.com/exmaple/module
Target = //plugins:go
ImportPath = github.com/example/module
GoTool = //third_party/go:toolchain|go
```

Expand Down

0 comments on commit 9df4bdc

Please sign in to comment.