Skip to content

Commit

Permalink
docs: fix minor typos (#25)
Browse files Browse the repository at this point in the history
* fix typo README.md

"packaage" -> "package"

* fix typo README.md

"contirbute" -> "contribute"
  • Loading branch information
osrm authored Nov 10, 2024
1 parent 9d6e695 commit d9fb2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alembic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ After initialization and loading initial data, the script runs Alembic migration

## Contributing

To contirbute to the database schema:
To contribute to the database schema:

1. Make a change in the [models](../core/models/__init__.py) file
2. Generate a new migration script: `alembic revision --autogenerate "Description"`
Expand Down
2 changes: 1 addition & 1 deletion core/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core Tools for CHAI Python Loaders

This directory contains a set of core tools and utilities to facilitate loading the CHAI
database with packaage manager data, using python helpers. These tools provide a common
database with package manager data, using python helpers. These tools provide a common
foundation for fetching, transforming, and loading data from various package managers
into the database.

Expand Down

0 comments on commit d9fb2a3

Please sign in to comment.