From 46444e5cfb000c28ff52ea1efcf9165fdda559b4 Mon Sep 17 00:00:00 2001 From: Miquel Torres Date: Wed, 13 Nov 2024 10:16:50 +0100 Subject: [PATCH] Fix two small typos in Django docs --- docs/howto/django.md | 2 +- docs/howto/django/basic_usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/django.md b/docs/howto/django.md index 1b035d826..e35e3beea 100644 --- a/docs/howto/django.md +++ b/docs/howto/django.md @@ -1,6 +1,6 @@ # Django integration -While we tries our best for Procrastinate to be easily integrated into diverse +While we try our best for Procrastinate to be easily integrated into diverse kinds of applications, Django is special enough and widely used enough to have a special integration. diff --git a/docs/howto/django/basic_usage.md b/docs/howto/django/basic_usage.md index fd97831d3..3e683fe96 100644 --- a/docs/howto/django/basic_usage.md +++ b/docs/howto/django/basic_usage.md @@ -33,7 +33,7 @@ Run the worker with the following command. `./manage.py procrastinate` mostly behaves like the `procrastinate` command itself. The subcommand `schema` is not available, as Procrastinate will use -Django migrations. The `--app` option is also not available, as Procrastinate +Django migrations. The `--app` option is also not available, as Procrastinate will use the automatically provided app (see {doc}`configuration`). :::{note}