chore(curriculum): remove backticks for platform name in Troubleshoot on GitHub (#61664)

This commit is contained in:
Supravisor
2025-08-15 00:18:26 +12:00
committed by GitHub
parent 85fbe49501
commit 91f87ea237
2 changed files with 4 additions and 4 deletions

View File

@@ -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--

View File

@@ -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.