From 503ce7f1b791fd23d1fccc1970ba83ec55532a1c Mon Sep 17 00:00:00 2001 From: Ryan Chausse Date: Wed, 12 Jul 2023 01:39:24 -0700 Subject: [PATCH] Fixed typo in docs/ref/checks.txt. --- docs/ref/checks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 49bc9cb0a2..9e1381c31f 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -609,7 +609,7 @@ The following checks are performed on your URL configuration: imported. * **urls.E009**: Your URL pattern ```` has an invalid view, pass ``.as_view()`` instead of ````. -* **urls.W010**: Your URL pattern ``` has an unmatched +* **urls.W010**: Your URL pattern ```` has an unmatched ````. ``contrib`` app checks