docs: fix minor grammar and spellings (#7039)

This commit is contained in:
Tanmoy
2023-10-02 13:41:02 +05:30
committed by GitHub
parent 7d2b6f3374
commit 84fd13e872
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ In case you want to pick up something from the roadmap, comment on that issue an
1. Run `yarn` to install dependencies
1. Create a branch for your PR with `git checkout -b your-branch-name`
> To keep `master` branch pointing to remote repository and make pull requests from branches on your fork. To do this, run:
> To keep `master` branch pointing to remote repository and make pull requests from branches on your fork, run:
>
> ```bash
> git remote add upstream https://github.com/excalidraw/excalidraw.git