From 2afd172f15aed9f6d9ede91630c9062ed1c4817d Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:16:26 +0200 Subject: [PATCH] Fix: typo --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 2e34473c..70de1557 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -49,7 +49,7 @@ the schema for this Postgres database as well as migrations that you can use to database yourself. The [`db/`](../db/) directory contains: -1. A Python package called `moonstreamdb` which defines the databse schema and can be used as a +1. A Python package called `moonstreamdb` which defines the database schema and can be used as a Python library to interact with the data store. 2. [Alembic](https://alembic.sqlalchemy.org/en/latest/) migrations which can be used via the [`alembic.sh`](../db/alembic.sh) shell script to run the migrations against a Postgres database