Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 10, 2023
1 parent 706c9c7 commit b605bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/devcontainer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GitHub Codespace

The project's Codespace configuration is located in ".devcontainer". It includes the "Dockerfile" for the development container.
The project can be opened directly in a Codespace.
The project can be opened directly in a Codespace.

## Running Unit Tests

Expand Down
4 changes: 2 additions & 2 deletions docs/pre-commit-config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pre-commit-config.yaml

Pre-commit is a Python package which can be used to create 'git' hooks which scan can prior to checkins.
The included configuration focuses on python actions which will help to prevent users from commiting code which will fail during builds.
In general, only formatting actions are automatiicaly performed. These include auto-formatting with 'black', or sorting dependacies with 'isort'.
The included configuration focuses on python actions which will help to prevent users from committing code which will fail during builds.
In general, only formatting actions are automatically performed. These include auto-formatting with 'black', or sorting dependencies with 'isort'.
Linting actions are left to the discretion of the user.

0 comments on commit b605bf7

Please sign in to comment.