Skip to content

Commit c9ce5b5

Browse files
committed
docs: fix features page
1 parent ec3364b commit c9ce5b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/feature-comparison.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Feature Comparison
88
| Workspace support | ✔️ | ✔️ | ✔️ |
99
| Isolated `node_modules` | ✔️ | ✔️ | ✔️ | For pnpm this is the default one |
1010
| Hoisted `node_modules` | ✔️ | ✔️ | ✔️ | For npm this is the default one |
11-
| Autoinstalling peers | ✔️ | ✔️ | ✔️ |
11+
| Autoinstalling peers | ✔️ | | ✔️ |
1212
| Plug'n'Play | ✔️ | ✔️ || For Yarn this is the default one |
1313
| Zero-Installs || ✔️ ||
1414
| Patching dependencies | ✔️ | ✔️ ||
@@ -22,12 +22,12 @@ title: Feature Comparison
2222
| [Catalogs] | ✔️ |||
2323
| [Config dependencies] | ✔️ |||
2424
| [JSR registry support] | ✔️ | ✔️ ||
25-
| [Running install automatically before runnings scripts] | ✔️ ||| In case of Yarn, if Plug'n'Play is used, dependencies are always up-to-date |
25+
| [Running install automatically before running scripts] | ✔️ ||| In case of Yarn, if Plug'n'Play is used, dependencies are always up-to-date |
2626
| [Hooks] | ✔️ | ✔️ ||
2727
| Listing licenses | ✔️ | ✔️ || pnpm supports it via `pnpm licenses list`. Yarn has a plugin for it. |
2828

2929
[Catalogs]: ./catalogs.md
3030
[Config dependencies]: ./config-dependencies.md
3131
[JSR registry support]: ./cli/add.md#install-from-the-jsr-registry
32-
[Running install automatically before runnings scripts]: ./settings.md#verifydepsbeforerun
32+
[Running install automatically before running scripts]: ./settings.md#verifydepsbeforerun
3333
[hooks]: ./pnpmfile.md

0 commit comments

Comments
 (0)