yarn-plugin: fix docs typo

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-04-16 23:16:27 +02:00
parent 7555776ed7
commit f20e3ba235
+1 -1
View File
@@ -56,7 +56,7 @@ This hook is called by yarn when resolving direct and indirect dependencies in
the workspace, and allows modifying the version range. The yarn plugin uses this
hook to parameterize `backstage:^` ranges with the current Backstage version and
the corresponding npm package version from the manifest. This uses the system
built into yarn for adding parameters to version ranges. An
built into yarn for adding parameters to version ranges.
### `BackstageNpmResolver`