summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-31 03:47:09 +0200
committerTim Graham <timograham@gmail.com>2017-10-30 21:47:27 -0400
commit8a6392e4c69fa6e51005d29ed8c0898e47ca0065 (patch)
treee47a479a255e21884159d1aa4bb700581baf4667 /docs/topics/http
parentf2d5417d3b7a4012298fcffc6eab618cc09d0344 (diff)
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/urls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 92303a408a..38648d7de0 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -227,7 +227,7 @@ This usage isn't particularly recommended as it makes it easier to accidentally
introduce errors between the intended meaning of a match and the arguments
of the view.
-In either case, using only one style within an given regex is recommended. When
+In either case, using only one style within a given regex is recommended. When
both styles are mixed, any unnamed groups are ignored and only named groups are
passed to the view function.