From e22e6c6c6935a46fa8b43009cbf6d1a4cf4c054f Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 26 Feb 2026 18:46:29 +0100 Subject: [PATCH 1/2] fix spelling --- content/commits.md | 2 +- content/local-workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. From 1a06796c9b31aeb40d02319cf3b005f3add984ea Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 26 Feb 2026 18:47:00 +0100 Subject: [PATCH 2/2] fix spelling error in workflow title --- .github/workflows/spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]