From 73426815532b4029574272cbdfcf1530c09bc940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Mon, 22 Nov 2021 17:45:39 +0300 Subject: [PATCH] Fix a grammar mistake --- Development-Workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-Workflows.md b/Development-Workflows.md index 33692c4..55fbe5e 100644 --- a/Development-Workflows.md +++ b/Development-Workflows.md @@ -256,7 +256,7 @@ Now you should be seeing the traffic in your browser: ### Conclusion -Testing a TCP packet sniffer/analyzer on your local machine is much a more robust development workflow than building a Docker image and deploying to a Kubernetes cluster. +Testing a TCP packet sniffer/analyzer on your local machine is a much more robust development workflow than building a Docker image and deploying to a Kubernetes cluster. The time for the trial and error cycle is reduced from several minutes to a few seconds.