diff --git a/content/commits.md b/content/commits.md index a131ef1b..70aefd3b 100644 --- a/content/commits.md +++ b/content/commits.md @@ -179,7 +179,7 @@ Insights tab → Network view (just like we have done before). ### (5) Compare the branches Comparing changes is an important thing we need to do. When using the -Github view only, this may not be so common, but we'll show it so that +GitHub view only, this may not be so common, but we'll show it so that it makes sense later on. :::::{tabs} diff --git a/content/merging.md b/content/merging.md index 792368fd..da46fb4e 100644 --- a/content/merging.md +++ b/content/merging.md @@ -82,7 +82,7 @@ As usual, this is basic hints. You should refer to the solution as needed. In the pull request verify the target repository and the target branch. Make sure that you are merging within your own repository. - **Github: By default, it will offer to make the change to the + **GitHub: By default, it will offer to make the change to the upstream repository, `coderefinery`. You should change this**, you shouldn't contribute your test recipe upstream yet. Where it says `base repository`, select your own user's repository. @@ -152,7 +152,7 @@ the GitHub flow. ::::{group-tab} Command line Remember, you need to navigate to the `main` branch (different from) -the Github flow. +the GitHub flow. :::: :::::