We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc5643 commit 1473492Copy full SHA for 1473492
doc/api/packages.md
@@ -966,8 +966,8 @@ This feature is useful for:
966
packages without symlinks or hoisting complexities.
967
* **Dependency isolation**: Prevent packages from accessing undeclared
968
dependencies (phantom dependencies).
969
-* **Low filesystem coupling**: The package resolution algorithm runs without
970
- inspecting the filesystem, relying instead on static data tables.
+* **Low file system coupling**: The package resolution algorithm runs without
+ inspecting the file system, relying instead on static data tables.
971
972
### Configuration file format
973
0 commit comments