Fixed typo in docs/topics/forms/media.txt.

This commit is contained in:
Daniel Hahler 2018-03-02 20:47:47 +01:00 committed by Tim Graham
parent a1a3e51561
commit 939e0a5995
1 changed files with 1 additions and 1 deletions

View File

@ -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.