Skip to content

Commit 91cb3ba

Browse files
authored
docs(Guides): Grammar correction (#6372)
1 parent 5fa895c commit 91cb3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/ecma-script-modules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ related:
1111
ECMAScript Modules (ESM) is a [specification](https://tc39.github.io/ecma262/#sec-modules) for using Modules in the Web.
1212
It's supported by all modern browsers and the recommended way of writing modular code for the Web.
1313

14-
Webpack supported processing ECMAScript Modules to optimize them.
14+
Webpack supports processing ECMAScript Modules to optimize them.
1515

1616
## Exporting
1717

0 commit comments

Comments
 (0)