diff --git a/docs/source/table_partitioning.rst b/docs/source/table_partitioning.rst index 0c17a94e..57f1a3e6 100644 --- a/docs/source/table_partitioning.rst +++ b/docs/source/table_partitioning.rst @@ -66,7 +66,7 @@ Run the following command to automatically generate a migration: python manage.py pgmakemigrations -This will generate migrationt that creates the partitioned table with a default partition. +This will generate a migration that creates the partitioned table with a default partition. Adding/removing partitions manually