From cb3b6729aa1814d9b0b363baf5ef34b4264a63bb Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Fri, 25 Aug 2023 15:43:16 -0700 Subject: [PATCH] typo for critical bug definition (#13522) --- handbook/engineering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/engineering/README.md b/handbook/engineering/README.md index 3e413ed599..15e3ac3743 100644 --- a/handbook/engineering/README.md +++ b/handbook/engineering/README.md @@ -612,7 +612,7 @@ Product may add the `~release blocker` label to user stories to indicate that th ### Critical bugs A critical bug is a bug with the `~critical bug` label. A critical bug is defined as behavior that: -* Blocks the normal use a workflow +* Blocks the normal use of a workflow * Prevents upgrades to Fleet * Causes irreversible damage, such as data loss * Introduces a security vulnerability