diff --git a/docs/core/pr-review.md b/docs/core/pr-review.md
index 06d6fbc4c821a4035307d25bdd1e824ba3f8c570..3dce9fe69e1b957f676559fc8ea3b4b4e534992f 100644
--- a/docs/core/pr-review.md
+++ b/docs/core/pr-review.md
@@ -79,7 +79,7 @@ An easy way to do this is:
 
 1. Install [Hub](https://hub.github.com/)
 1. `cd` to your `civicrm` root directory
-1. Run `git checkout https://github.com/civicrm/civicrm-core/pull/1234` where `1234` is the PR number you're reviewing
+1. Run `hub checkout https://github.com/civicrm/civicrm-core/pull/1234` where `1234` is the PR number you're reviewing
 
 #### If the PR contains database upgrades