Skip to content

Commit

Permalink
docs: fix a word in campaign docs (#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed Mar 12, 2020
1 parent f3e5ccc commit c2e2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c2e2b0d

Please sign in to comment.