From af794c4c9bea0fbdd0475dd6900268faeb83a9f9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 16 Apr 2024 16:10:55 -0700 Subject: [PATCH] Make a word plural --- pages/docs/manual/latest/inlining-constants.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/manual/latest/inlining-constants.mdx b/pages/docs/manual/latest/inlining-constants.mdx index b6e940c89..3f8c40a08 100644 --- a/pages/docs/manual/latest/inlining-constants.mdx +++ b/pages/docs/manual/latest/inlining-constants.mdx @@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/inlining-constants" # Inlining Constants -Sometime, in the JavaScript output, you might want a certain value to be forcefully inlined. For example: +Sometimes, in the JavaScript output, you might want a certain value to be forcefully inlined. For example: ```js if (process.env.mode === 'development') {