From 764f530049cf47ebe90ab7beede1b9ef226e4f32 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Wed, 10 Jul 2024 09:27:13 -0400 Subject: [PATCH] docs: copy omission in rollout docs (#3690) Fix copy omission Looks like this sentence is incomplete. Might I suggest this change to make it read more naturally? --- docs/features/bluegreen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/bluegreen.md b/docs/features/bluegreen.md index cc3e819adf..439cb8e0c5 100644 --- a/docs/features/bluegreen.md +++ b/docs/features/bluegreen.md @@ -1,6 +1,6 @@ # BlueGreen Deployment Strategy -A Blue Green Deployment allows users to reduce the amount of time multiple versions running at the same time. +A Blue Green Deployment allows users to reduce the amount of time multiple versions are running at the same time. ## Overview