diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6f7a1443..1eb8e1c4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4910,7 +4910,7 @@ large or mixed workspaces. - Status API messages now include a dump of OPA's Prometheus metric registry. This increases the Status API message size significantly - (~6KB). If you are indexing the the Status API messages, consider + (~6KB). If you are indexing the Status API messages, consider removing the metrics. Nonetheless, for Status API implementations, having access to the Prometheus metrics is important for monitoring the health of the OPAs. diff --git a/ast/policy.go b/ast/policy.go index 187bb8d765..270e9aaf72 100644 --- a/ast/policy.go +++ b/ast/policy.go @@ -1234,7 +1234,7 @@ func (expr *Expr) Equal(other *Expr) bool { // // 1. Declarations are always less than other expressions. // 2. Preceding expression (by Index) is always less than the other expression. -// 3. Non-negated expressions are always less than than negated expressions. +// 3. Non-negated expressions are always less than negated expressions. // 4. Single term expressions are always less than built-in expressions. // // Otherwise, the expression terms are compared normally. If both expressions diff --git a/docs/website/scripts/live-blocks/README.md b/docs/website/scripts/live-blocks/README.md index 7bc753206f..2b69d36862 100644 --- a/docs/website/scripts/live-blocks/README.md +++ b/docs/website/scripts/live-blocks/README.md @@ -13,7 +13,7 @@ on page load. ## Scripts `package.json` contains a bunch of scripts, in some cases it calls things in the `live-blocks/scripts/` folder. The most important of these is `inject` which calls a bunch of other scripts to add live docs functionality -to an otherwise fully built site. All of these scripts can be run from the the `docs/` folder using `make live-blocks-