Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix two small typos in Django docs #1238

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/howto/django.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/howto/django/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading