Skip to content

Commit 2b9ec74

Browse files
committed
docs(contributing): typo fix
1 parent a00ea34 commit 2b9ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please check out one of the getting started guides about GitHub fork / pull requ
1313
## How to sync your fork
1414
Your fork of the repo can fall behind as more work is done in the original repository.
1515
It is always good idea to update your work before starting to work on new issue.
16-
The fork can be updated by navigating to your for directory and running the following command...
16+
The fork can be updated by navigating to your fork directory and running the following command...
1717
`git checkout master --force && git fetch upstream && git merge upstream/master && git push`
1818

1919
This command assumes you're using unix or unix like environment (macOS, cygwin, WSL, ...).

0 commit comments

Comments
 (0)