fix copilot suggestion

This commit is contained in:
priya-kinthali 2026-05-14 17:33:52 +05:30
parent c28002eb5d
commit 9e36bd9ff7

View File

@ -369,7 +369,7 @@ steps:
# - run: yarn install --frozen-lockfile # optional, --immutable
# - run: pnpm install
```
> **Note**: Uncomment the commands relevant to your projects 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).