Merge pull request #1591 from microsoft/softchris-pedagogy

docs: fixing syntax error on gh page
pull/1537/merge
chris 1 month ago committed by GitHub
commit 424cc33a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -128,7 +128,7 @@ flowchart TD
B -->|Yes| D[Make Changes]
C --> D
D --> E[git add .]
E --> F[git commit -m "message"]
E --> F["git commit -m 'message'"]
F --> G[git push]
G --> H[🌟 Code on GitHub!]

Loading…
Cancel
Save