Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Spelling Erros Check
name: Check spelling errors

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion content/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion content/local-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading