Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix minor typos #152

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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 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.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This directoy stores each Python Package.
This directory stores each Python Package.