Skip to content

Commit 05b689e

Browse files
authored
Merge pull request #646 from pswai/patch-1
Fix a small grammar issue in resolve.md
2 parents f5351a7 + dd159f4 commit 05b689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/resolve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ mainFiles: ["index"]
196196

197197
Tell webpack what directories should be searched when resolving modules.
198198

199-
Absolute and relative paths can both be used, but be aware that they will behave a bit different.
199+
Absolute and relative paths can both be used, but be aware that they will behave a bit differently.
200200

201201
A relative path will be scanned simarly to how Node scans for `node_modules`, by looking through the current directory as well as it's ancestors (i.e. `./node_modules`, `../node_modules`, and on).
202202

0 commit comments

Comments
 (0)