Skip to content

Commit 1473492

Browse files
committed
Fixes md lint
1 parent 5dc5643 commit 1473492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,8 @@ This feature is useful for:
966966
packages without symlinks or hoisting complexities.
967967
* **Dependency isolation**: Prevent packages from accessing undeclared
968968
dependencies (phantom dependencies).
969-
* **Low filesystem coupling**: The package resolution algorithm runs without
970-
inspecting the filesystem, relying instead on static data tables.
969+
* **Low file system coupling**: The package resolution algorithm runs without
970+
inspecting the file system, relying instead on static data tables.
971971

972972
### Configuration file format
973973

0 commit comments

Comments
 (0)