Skip to content

Commit dd159f4

Browse files
authored
Fix small grammar issue in resolve.md
1 parent d568ad5 commit dd159f4

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)