From a88b314b288a4bcd31bb0aa9dc181796f76cecc9 Mon Sep 17 00:00:00 2001 From: kumy Date: Tue, 4 Jun 2024 19:41:50 +0200 Subject: [PATCH] docs: Fix typo (#25) --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 56ab4b2..96f47f3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -22,7 +22,7 @@ A dictionary containing options passed to {class}`.MigrationContext` by it is not an absolute path, it will be relative to the application root. It defaults to `migrations` relative to the application root. -`ALEMBIC_CONTEXt["compare_type"]` defaults to `True` in Alembic. +`ALEMBIC_CONTEXT["compare_type"]` defaults to `True` in Alembic. `ALEMBIC_CONTEXT["compare_server_default"]` defaults to `True`, it would otherwise default to `False` in Alembic.