From 81770a08dd87c8a1ebf2242dbf1ac1330f8f00bc Mon Sep 17 00:00:00 2001 From: Damien Wilson Date: Sat, 7 Oct 2023 08:07:21 +0100 Subject: [PATCH] Grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaada9d..819624f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ updates from being installed at the CI stage? The short answer is, we shouldn't. We should rest assured and feel safe that our CI checks and tests will protect and inform us, should security updates impact our applications ability to function. -For this reason, we DO NOT push `composer.lock` to the repository. We use TDD to it's fullest and allow security updates +For this reason, we DO NOT push `.lock` files to the repository. We use TDD to it's fullest and allow security updates to flow, as and when they are provided. ### Artisan serve