We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fee50 commit 05a40baCopy full SHA for 05a40ba
src/content/api/module-variables.mdx
@@ -219,7 +219,7 @@ import('./module-a').then((moduleA) => {
219
220
<Badge text="5.68.0+" />
221
222
-It provides access to the the current `module`. `module` is not available in strict ESM.
+It provides access to the current `module`. `module` is not available in strict ESM.
223
224
## \_\_webpack_module\_\_.id (webpack-specific)
225
src/content/configuration/module.mdx
@@ -1244,7 +1244,7 @@ module.exports = {
1244
};
1245
```
1246
1247
-When used a a function, it executes for every module and must return a data URI string.
+When used as a function, it executes for every module and must return a data URI string.
1248
1249
```js
1250
module.exports = {
0 commit comments