diff --git a/docs/promote-scorecards/promote-scorecards.md b/docs/promote-scorecards/promote-scorecards.md index 09e2fd1bf4..b31864e324 100644 --- a/docs/promote-scorecards/promote-scorecards.md +++ b/docs/promote-scorecards/promote-scorecards.md @@ -197,7 +197,7 @@ to how important it is for the check to pass (the more basic the check, the lowe | `description` | `String` | Description that will be shown in the UI when the rule is expanded. Value that contains markdown is also supported and will be displayed in a markdown format | | `identifier` | `String` | The unique identifier of the `Rule` | | `level` | `String` | One of the levels defined in the scorecard [levels key](#levels) | -| `query` | `Object` | The query is built from an array of [`conditions`](#conditions) and a [`combinator`](#combinator) (or / and) that will define the | +| `query` | `Object` | The query is built from an array of [`conditions`](#conditions) and a [`combinator`](#combinator) (or / and) that will define the query | ### Combinator