Skip to content

Commit 84f6950

Browse files
gamtiqskipjack
authored andcommitted
docs(config): fix typo in index (#1542)
Fix a typo in the `resolve.alias` section of the example configuration.
1 parent 458141f commit 84f6950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ module.exports = {
236236
// alias "module" -> "new-module" and "module/path/file" -> "new-module/path/file"
237237
238238
"only-module$": "new-module",
239-
// alias "only-module" -> "new-module", but not "module/path/file" -> "new-module/path/file"
239+
// alias "only-module" -> "new-module", but not "only-module/path/file" -> "new-module/path/file"
240240
241241
"module": path.resolve(__dirname, "app/third/module.js"),
242242
// alias "module" -> "./app/third/module.js" and "module/file" results in error

0 commit comments

Comments
 (0)