Skip to content

Commit 05a40ba

Browse files
authored
docs: fix duplicate word typos in documentation (#7697)
1 parent 59fee50 commit 05a40ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/api/module-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ import('./module-a').then((moduleA) => {
219219
220220
<Badge text="5.68.0+" />
221221
222-
It provides access to the the current `module`. `module` is not available in strict ESM.
222+
It provides access to the current `module`. `module` is not available in strict ESM.
223223
224224
## \_\_webpack_module\_\_.id (webpack-specific)
225225

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ module.exports = {
12441244
};
12451245
```
12461246

1247-
When used a a function, it executes for every module and must return a data URI string.
1247+
When used as a function, it executes for every module and must return a data URI string.
12481248

12491249
```js
12501250
module.exports = {

0 commit comments

Comments
 (0)