From 596cd5f7890a979a4eb21c6dcdbcae599a69a622 Mon Sep 17 00:00:00 2001 From: Matt Garnes Date: Tue, 10 Dec 2024 11:34:41 -0800 Subject: [PATCH] Fix grammar on permanent-and-stale-gates.md --- docs/feature-flags/permanent-and-stale-gates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/feature-flags/permanent-and-stale-gates.md b/docs/feature-flags/permanent-and-stale-gates.md index 314f59320..f08fa66c1 100644 --- a/docs/feature-flags/permanent-and-stale-gates.md +++ b/docs/feature-flags/permanent-and-stale-gates.md @@ -44,8 +44,8 @@ In your feature gates catalog, you'll see different **Types** displayed in the S - **Stale Reasons** are the reason why a gate has been set as stale. This information can be queried on the [Console API](/console-api/gates). - **None** No Stale Gates should have their reason set as None, this is exclusively for **Temporary** or **Permanent** gates. - **STALE_PROBABLY_DEAD_CHECK** There have been no checks in the last 30 days. - - **STALE_PROBABLY_LAUNCHED** The Gate marked launched or has an everyone rule passing 100% (rollout rate of 100%) - - **STALE_PROBABLY_UNLAUNCHED** The Gate is marked disabled or has an everyone rule passing 0% (rollout rate of 0%) + - **STALE_PROBABLY_LAUNCHED** The Gate is marked as launched or has an everyone rule passing 100% (rollout rate of 100%). + - **STALE_PROBABLY_UNLAUNCHED** The Gate is marked as disabled or has an everyone rule passing 0% (rollout rate of 0%). - **STALE_NO_RULES** The Gate has no set rules. ## Nudges to clean up Stale gates