Skip to content

Commit 44cd5ec

Browse files
Merge pull request #1960 from alexyoung/patch-1
Update resolve.md
2 parents c2d702c + 506969c commit 44cd5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/resolve.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Tell webpack what directories should be searched when resolving modules.
207207

208208
Absolute and relative paths can both be used, but be aware that they will behave a bit differently.
209209

210-
A relative path will be scanned similarly 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).
210+
A relative path will be scanned similarly to how Node scans for `node_modules`, by looking through the current directory as well as its ancestors (i.e. `./node_modules`, `../node_modules`, and on).
211211

212212
With an absolute path, it will only search in the given directory.
213213

0 commit comments

Comments
 (0)