浏览代码

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

Daniel Hahler 7 年之前
父节点
当前提交
939e0a5995
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/forms/media.txt

+ 1 - 1
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.