diff --git a/doc/user/campaigns.md b/doc/user/campaigns.md index d42317138892..9336aa1fbf30 100644 --- a/doc/user/campaigns.md +++ b/doc/user/campaigns.md @@ -295,7 +295,7 @@ Our goal for this campaign is to simplify Go code by using [Comby](https://comby > **Note**: Learn more about Comby and what it's capable of at [comby.dev](https://comby.dev/) -To do that we use two Docker containers. One container launches Comby to rewrite the the code in Go files and the other runs [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) to update the `import` statements in the updated Go code so that `strconv` is correctly important and, possibly, `fmt` is removed. +To do that we use two Docker containers. One container launches Comby to rewrite the the code in Go files and the other runs [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) to update the `import` statements in the updated Go code so that `strconv` is correctly imported and, possibly, `fmt` is removed. Here is the `action.json` file that defines this as an action: