From 41decf17594a2c6f8d345997bf29380429b6d0ac Mon Sep 17 00:00:00 2001 From: aleabodo Date: Thu, 4 Jul 2024 16:07:52 +0200 Subject: [PATCH] . --- docs/wiki/How To Contribute/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index 900435f..bc23768 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -85,7 +85,7 @@ These are some of the most important terms you should know when working with Git ::: :::warning[Important!] -Before making subsequent commits to your forked repository, you need to make sure that it's synced and up-to-date with the main repository, else you're editing old files. You can do that by clicking `Sync fork` on you repository's main page. You can see whether your fork is commits behind the main repository. You can also make PR from here. +Before making subsequent edits to your forked repository, you need to make sure that it's synced and up-to-date with the main repository, else you're editing old files. You can do that by clicking `Sync fork` on you repository's main page. You can see whether your fork is commits behind the main repository. You can also make PR from here. ![Pullrequest](/img/wiki/sync.png)