From 939e0a5995357ad0597565ad19a8d99216fa14e4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 2 Mar 2018 20:47:47 +0100 Subject: [PATCH] Fixed typo in docs/topics/forms/media.txt. --- docs/topics/forms/media.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt index 6b9165339f..d857188bb4 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.