From 7c94b6cc0fdc805bab39204d8b8199a71e8eed6f Mon Sep 17 00:00:00 2001 From: Wasym Atieh Alonso <72618577+iWas-Coder@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:44:42 +0200 Subject: [PATCH] fix: make the placeholder tag in text matches the shell command --- .../checking-out-pull-requests-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md index d65973b10ade..13976dc4b849 100644 --- a/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md +++ b/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally.md @@ -45,7 +45,7 @@ shortTitle: Check out a PR locally {% data reusables.cli.cli-learn-more %} -To check out a pull request locally, use the `gh pr checkout` subcommand. Replace `pull-request` with the number, URL, or head branch of the pull request. +To check out a pull request locally, use the `gh pr checkout` subcommand. Replace `PULL-REQUEST` with the number, URL, or head branch of the pull request. ```shell gh pr checkout PULL-REQUEST