diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 345cf6e4..9ef53416 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -1,4 +1,4 @@ -name: Spelling Erros Check +name: Check spelling errors on: [push] diff --git a/content/commits.md b/content/commits.md index 7450d308..28ddb168 100644 --- a/content/commits.md +++ b/content/commits.md @@ -187,7 +187,7 @@ to avoid the branch to be pushed to GitHub right away. :alt: RStudio screenshot of create branch ::: -1. Create a new file, for example `sides/mixed-nuts.md`. Remember to save any changes to your file before commiting. +1. Create a new file, for example `sides/mixed-nuts.md`. Remember to save any changes to your file before committing. 1. In the Git tab in the Environment panel (upper right) check the box in front of the file you just created, then click Commit in the tab menu-bar to open the Git Changes window. diff --git a/content/local-workflow.md b/content/local-workflow.md index b65411b4..63e74f8d 100644 --- a/content/local-workflow.md +++ b/content/local-workflow.md @@ -241,7 +241,7 @@ Committing a new file in VS Code. ::::{group-tab} RStudio -1. Create a new file the usual way. Remember to save any changes to your file before commiting. +1. Create a new file the usual way. Remember to save any changes to your file before committing. 1. In the Git tab in the Environment panel (upper right) check the box in front of the file you just created, then click Commit in the tab menu-bar to open the Git Changes window.