Skip to content

Commit a143b99

Browse files
authored
Merge pull request github#23810 from marc-queiroz/patch-1
Update typo on Visual Studio Code docs
2 parents ae3e119 + 1c91fdc commit a143b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide/about-using-visual-studio-code-with-github-classroom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When the student launches the extension for the first time, they are automatical
3737
![GitHub Classroom Active Assignment View](/assets/images/help/classroom/vs-code-active-assignment.png)
3838

3939
The student can push their commits to the latest version of remote, by clicking the **sync changes** button, displayed when hovering over the "Active Assignment" line. This abstracts away source control with Git, allowing instructors to teach Git at their own pace.
40-
Synching changes also triggers "Tests" to run if a teacher has configured autograding for their assignment.
40+
Syncing changes also triggers "Tests" to run if a teacher has configured autograding for their assignment.
4141

4242
The "Group" node under "Active Assignment" will show members of a group, if the assignment is a group project. It will also show the admin members of the repository who can help when a student is stuck. To collaborate on the project, a student can start a Live Share session with anyone in the group node, and they will immediately share the entire context of the repository with them. You can learn more about Live Share and collaborating with it [here](https://docs.microsoft.com/en-us/visualstudio/liveshare/).
4343

0 commit comments

Comments
 (0)