Skip to content

Commit

Permalink
Fix: Correct the spelling of forbidden in the future.keywords.contain…
Browse files Browse the repository at this point in the history
…s section of the Policy Language documentation page. (#5552)

Signed-off-by: Gary McDonald <mcdonagj@dukes.jmu.edu>
  • Loading branch information
mcdn7gj authored Jan 8, 2023
1 parent 00152cb commit f510d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/policy-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ deny if input.token != "secret"
This keyword allows more expressive rule heads for partial set rules:

```live:eg/kws/contains:module:read_only
deny contains msg { msg := "forbdiden" }
deny contains msg { msg := "forbidden" }
```

`contains` was introduced in [v0.42.0](https://github.com/open-policy-agent/opa/releases/tag/v0.42.0).
Expand Down

0 comments on commit f510d80

Please sign in to comment.