summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-03 13:16:29 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-03 14:10:51 +0200
commite6d7641000ab63cc01b2187ba8f0ede87ea5d006 (patch)
treef88a373c79804e2ef343e96f4b4eb6bbab6176f3 /docs
parent666161b41f923b7c5e3bb0f33a0e0c4b72382799 (diff)
[2.2.x] Fixed typos in 1.11.21, 2.1.9, 2.2.2 release notes.
Backport of 100ec901aebebe56b61f101af38a228414098dd5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.21.txt2
-rw-r--r--docs/releases/2.1.9.txt2
-rw-r--r--docs/releases/2.2.2.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.11.21.txt b/docs/releases/1.11.21.txt
index 3da7a78612..f670be285b 100644
--- a/docs/releases/1.11.21.txt
+++ b/docs/releases/1.11.21.txt
@@ -16,6 +16,6 @@ payload, could result in an clickable JavaScript link.
``AdminURLFieldWidget`` now validates the provided value using
:class:`~django.core.validators.URLValidator` before displaying the clickable
-link. You may customise the validator by passing a ``validator_class`` kwarg to
+link. You may customize the validator by passing a ``validator_class`` kwarg to
``AdminURLFieldWidget.__init__()``, e.g. when using
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
diff --git a/docs/releases/2.1.9.txt b/docs/releases/2.1.9.txt
index 7a479c89f1..9dc88de611 100644
--- a/docs/releases/2.1.9.txt
+++ b/docs/releases/2.1.9.txt
@@ -16,7 +16,7 @@ payload, could result in an clickable JavaScript link.
``AdminURLFieldWidget`` now validates the provided value using
:class:`~django.core.validators.URLValidator` before displaying the clickable
-link. You may customise the validator by passing a ``validator_class`` kwarg to
+link. You may customize the validator by passing a ``validator_class`` kwarg to
``AdminURLFieldWidget.__init__()``, e.g. when using
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt
index a9d608c495..d5acc79562 100644
--- a/docs/releases/2.2.2.txt
+++ b/docs/releases/2.2.2.txt
@@ -16,7 +16,7 @@ payload, could result in an clickable JavaScript link.
``AdminURLFieldWidget`` now validates the provided value using
:class:`~django.core.validators.URLValidator` before displaying the clickable
-link. You may customise the validator by passing a ``validator_class`` kwarg to
+link. You may customize the validator by passing a ``validator_class`` kwarg to
``AdminURLFieldWidget.__init__()``, e.g. when using
:attr:`~django.contrib.admin.ModelAdmin.formfield_overrides`.