From f20e3ba235885623f7ebd79288e6d611a3179aa0 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Wed, 16 Apr 2025 23:16:27 +0200 Subject: [PATCH] yarn-plugin: fix docs typo Signed-off-by: Vincenzo Scamporlino --- packages/yarn-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yarn-plugin/README.md b/packages/yarn-plugin/README.md index a3ed4348a9..073669b9a5 100644 --- a/packages/yarn-plugin/README.md +++ b/packages/yarn-plugin/README.md @@ -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`