summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/api/autogenerate.rst2
-rw-r--r--docs/build/api/config.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/build/api/autogenerate.rst b/docs/build/api/autogenerate.rst
index 9d7214e..7d8043e 100644
--- a/docs/build/api/autogenerate.rst
+++ b/docs/build/api/autogenerate.rst
@@ -380,7 +380,7 @@ it runs. The resulting migration structure would look like this::
Given the above, the following guidelines should be considered when
the ``env.py`` script calls upon :meth:`.MigrationContext.run_migrations`
-mutiple times when running autogenerate:
+multiple times when running autogenerate:
* If the ``process_revision_directives`` hook aims to **add elements
based on inspection of the current database /
diff --git a/docs/build/api/config.rst b/docs/build/api/config.rst
index 1d1181b..6dd8111 100644
--- a/docs/build/api/config.rst
+++ b/docs/build/api/config.rst
@@ -18,7 +18,7 @@ it is needed for the following use cases:
with the actual script files in a migration environment
* to create an :class:`.EnvironmentContext`, which allows you to
actually run the ``env.py`` module within the migration environment
-* to programatically run any of the commands in the :ref:`alembic.command.toplevel`
+* to programmatically run any of the commands in the :ref:`alembic.command.toplevel`
module.
The :class:`.Config` is *not* needed for these cases: