mirror of
https://github.com/django/django.git
synced 2025-07-22 18:49:25 +00:00
[2.0.x] Fixed typo in docs/topics/forms/media.txt.
Backport of 939e0a5995357ad0597565ad19a8d99216fa14e4 from master
This commit is contained in:
parent
e91ff6e29c
commit
da71f2ca92
@ -310,7 +310,7 @@ specified by both::
|
|||||||
Order of assets
|
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
|
example, you may have a script that depends on jQuery. Therefore, combining
|
||||||
``Media`` objects attempts to preserve the relative order in which assets are
|
``Media`` objects attempts to preserve the relative order in which assets are
|
||||||
defined in each ``Media`` class.
|
defined in each ``Media`` class.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user