From 91f87ea237a23f6c1eb8492cd4b5976fe3b458aa Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Fri, 15 Aug 2025 00:18:26 +1200 Subject: [PATCH] chore(curriculum): remove backticks for platform name in Troubleshoot on GitHub (#61664) --- .../656bbba66c53330f4316fd9f.md | 6 +++--- .../656bbd3dea715a11ce02b670.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.