Skip to content

Commit

Permalink
fix(Pull Request Template): fix typo in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusriff committed Oct 21, 2023
1 parent 31d0ede commit 5c09d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 5c09d10

Please sign in to comment.