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 257962b commit 02f7447Copy full SHA for 02f7447
coderd/rbac/USAGE.md
@@ -103,8 +103,8 @@ Let's now add our frobulator noun to `coderd/rbac/policy/policy.go`:
103
...
104
```
105
106
-We need to create/read/update/delete rows in the `frobulators` table, so we define
107
-those actions.
+We need to create/read/update/delete rows in the `frobulators` table, so we
+define those actions.
108
109
`policy.go` is used to generate code in `coderd/rbac/object_gen.go`, and we can
110
execute this by running `make gen`.
0 commit comments