From 5c09d1088595b19926268186de0016a4532e9cf7 Mon Sep 17 00:00:00 2001 From: mateusriff Date: Sat, 21 Oct 2023 16:02:37 -0300 Subject: [PATCH] fix(Pull Request Template): fix typo in the template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d222638..0a67a22 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Before testing, you **must** have Node and the Node Package Manager (NPM) instal 1. Clone this repository by doing `git clone https://github.com/robocin/robocin-website.git`; 2. Install dependencies with `npm install --legacy-peer-deps`; -3. Switch to this branch with `git checkout {THIS BRANCH}`; +3. Switch to this branch with `git checkout {THIS PULL REQUEST'S BRANCH}`; 4. Do `npm run dev` to start the application locally; 5. Go to `http://localhost:3000`.