diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbba66c53330f4316fd9f.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbba66c53330f4316fd9f.md index 45156e597a3..b1e077497a8 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbba66c53330f4316fd9f.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbba66c53330f4316fd9f.md @@ -9,7 +9,7 @@ dashedName: task-4 # --description-- -`GitHub` is a web-based platform used for version control and collaboration in software development. It allows multiple people to work on a project at the same time, track changes, and discuss issues. +GitHub is a web-based platform used for version control and collaboration in software development. It allows multiple people to work on a project at the same time, track changes, and discuss issues. For example, developers use GitHub to manage code changes and collaborate on projects. @@ -21,11 +21,11 @@ For example, developers use GitHub to manage code changes and collaborate on pro ## --blanks-- -`GitHub` +GitHub ### --feedback-- -`GitHub` is the platform where developers track and collaborate on software projects. +GitHub is the platform where developers track and collaborate on software projects. # --scene-- diff --git a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbd3dea715a11ce02b670.md b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbd3dea715a11ce02b670.md index d1e28e18b49..4ca24d0abc8 100644 --- a/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbd3dea715a11ce02b670.md +++ b/curriculum/challenges/english/21-a2-english-for-developers/learn-how-to-help-a-coworker-troubleshoot-on-github/656bbd3dea715a11ce02b670.md @@ -7,7 +7,7 @@ dashedName: task-7 # --description-- -In coding, especially when using version control systems like `Git`, `push` means to upload changes from a local repository to a remote one. +In coding, especially when using version control systems like Git, `push` means to upload changes from a local repository to a remote one. The past tense `pushed` indicates that this action has already been completed.