Skip to content

Commit

Permalink
minor wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 committed Sep 12, 2024
1 parent 6371ae6 commit 2c8c9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/testing/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Pull requests are special branches submitted by contributors with the goal of ev

Branches won't be updated automatically by default. If it has been a while since you last pulled latest changes, the source code you have might be out of date. To pull in the latest changes, follow the instructions below:

- Git CLI and GitHub CLI: Open a terminal window and run the command `git pull`
- GitHub Desktop: Follow [these instructions from GitHub](https://docs.github.com/en/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop#pulling-to-your-local-branch-from-the-remote)
- Git CLI and GitHub CLI: Open a terminal window in the folder with the cloned contents of the clients and run the command `git pull`.
- GitHub Desktop: Follow [these instructions from GitHub](https://docs.github.com/en/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop#pulling-to-your-local-branch-from-the-remote).

### Installing dependencies and starting a development server

Expand Down

0 comments on commit 2c8c9ff

Please sign in to comment.