Skip to content

Commit 02142cc

Browse files
Merge pull request #845 from brettcannon/patch-6
Make a word plural
2 parents a063f84 + af794c4 commit 02142cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/inlining-constants.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/inlining-constants"
66

77
# Inlining Constants
88

9-
Sometime, in the JavaScript output, you might want a certain value to be forcefully inlined. For example:
9+
Sometimes, in the JavaScript output, you might want a certain value to be forcefully inlined. For example:
1010

1111
```js
1212
if (process.env.mode === 'development') {

0 commit comments

Comments
 (0)