From 085fe4b6b76f4aa430552f5dd68fbb6064e6f849 Mon Sep 17 00:00:00 2001 From: ducdetronquito Date: Fri, 15 Mar 2024 11:46:50 +0100 Subject: [PATCH] fix: Typo in django/configuration.md --- docs/howto/django/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/django/configuration.md b/docs/howto/django/configuration.md index 9604dede5..31bb542ee 100644 --- a/docs/howto/django/configuration.md +++ b/docs/howto/django/configuration.md @@ -45,7 +45,7 @@ def on_app_ready(app: procrastinate.App): ``` :::{note} -While not recoomended, you may decide to use a different app from the one +While not recommended, you may decide to use a different app from the one provided in `procrastinate.contrib.django.app`, it's not strictly incompatible, but it might be more complicated and you may run into issues. :::