docs: Fix type in remote.md.

spelling errors in remote.md
This commit is contained in:
Harsh kumar
2021-01-18 10:35:48 +05:30
committed by GitHub
parent 5a02b33f2e
commit 3cb07bc998

View File

@@ -138,7 +138,7 @@ Once you have cloned your code locally, you can get to work.
##### Syncing changes
The easiest way to see your changes on your remote development server
is to **push them to GitHub** and them **fetch and merge** them from
is to **push them to GitHub** and then **fetch and merge** them from
the remote server.
For more detailed instructions about how to do this, see our [Git & GitHub