From 56ffa9bd2fb64d4ff04042c206feb54d8447800f Mon Sep 17 00:00:00 2001 From: Joe Mornin <119512+morninj@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:44:14 -0700 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b1d11ddf..2e2c759532 100644 --- a/README.md +++ b/README.md @@ -1305,7 +1305,7 @@ Other Style Guides - [10.1](#modules--use-them) Always use modules (`import`/`export`) over a non-standard module system. You can always transpile to your preferred module system. - > Why? Modules are the future, let’s start using the future now. + > Why? Modules are the future. Let’s start using the future now. ```javascript // bad