Skip to content

Commit 424cc33

Browse files
authored
Merge pull request #1591 from microsoft/softchris-pedagogy
docs: fixing syntax error on gh page
2 parents 70968fa + 9dd0948 commit 424cc33

File tree

1 file changed

+1
-1
lines changed
  • 1-getting-started-lessons/2-github-basics

1 file changed

+1
-1
lines changed

1-getting-started-lessons/2-github-basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ flowchart TD
128128
B -->|Yes| D[Make Changes]
129129
C --> D
130130
D --> E[git add .]
131-
E --> F[git commit -m "message"]
131+
E --> F["git commit -m 'message'"]
132132
F --> G[git push]
133133
G --> H[🌟 Code on GitHub!]
134134

0 commit comments

Comments
 (0)