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') {