From 08f004e18b97b33d56ca56aedaf8c08bee1f2261 Mon Sep 17 00:00:00 2001 From: Noa Sarid <83418206+noaiz@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:08:06 +0300 Subject: [PATCH] Update promote-scorecards.md --- docs/promote-scorecards/promote-scorecards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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