From 9e36bd9ff7f6e38acab327092ebff7af174107e8 Mon Sep 17 00:00:00 2001 From: priya-kinthali Date: Thu, 14 May 2026 17:33:52 +0530 Subject: [PATCH] fix copilot suggestion --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 59e003fc..86f14481 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -369,7 +369,7 @@ steps: # - run: yarn install --frozen-lockfile # optional, --immutable # - run: pnpm install ``` -> **Note**: Uncomment the commands relevant to your project’s package manager. +> **Note**: Uncomment the commands relevant to your project's package manager. > For more details related to cache scenarios, please refer [actions/cache/restore](https://github.com/actions/cache/tree/main/restore#only-restore-cache).