From c868676786811ed3c1b54a3a1aff0a614ae6cdf3 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Mon, 1 Jul 2024 14:09:02 -0400 Subject: [PATCH] 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