summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-03-02 20:47:47 +0100
committerTim Graham <timograham@gmail.com>2018-03-02 14:48:02 -0500
commitda71f2ca9239f73e7d278513fb225831fad4e771 (patch)
treec49688a611901a3283a151c03ba8089923094780
parente91ff6e29cfd916afd3620adf4aeab733e06dbb5 (diff)
[2.0.x] Fixed typo in docs/topics/forms/media.txt.
Backport of 939e0a5995357ad0597565ad19a8d99216fa14e4 from master
-rw-r--r--docs/topics/forms/media.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt
index 28c5054bc3..db90dcf579 100644
--- a/docs/topics/forms/media.txt
+++ b/docs/topics/forms/media.txt
@@ -310,7 +310,7 @@ specified by both::
Order of assets
---------------
-The order in which assets are inserted into the DOM if often important. For
+The order in which assets are inserted into the DOM is often important. For
example, you may have a script that depends on jQuery. Therefore, combining
``Media`` objects attempts to preserve the relative order in which assets are
defined in each ``Media`` class.