We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b565cf4 commit 17e2b27Copy full SHA for 17e2b27
docs/content/en/docs/contribution-guidelines/_index.md
@@ -52,7 +52,7 @@ The CI is configured to only allow for certain branch naming namely:
52
53
The project has opted to select the [go style guide](https://google.github.io/styleguide/go/) with some exceptions:
54
- Receiver name are not one letter https://google.github.io/styleguide/go/decisions#receiver-names so use `info` instead of `i`
55
-- Initialisms are CamelCase https://google.github.io/styleguide/go/decisions#receiver-names so use `Xml` instead of `XML`
+- Initialisms are CamelCase https://google.github.io/styleguide/go/decisions#initialisms so use `Xml` instead of `XML`
56
57
## Communication channels
58
0 commit comments