From 787ffbf5fa9a1afb5883edc576e954337b069bb6 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Wed, 3 Sep 2014 00:19:26 +0400 Subject: [PATCH] CSS: Correct typo in the comment --- src/css/defaultDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/defaultDisplay.js b/src/css/defaultDisplay.js index 58ad1b0fb..15d440d2f 100644 --- a/src/css/defaultDisplay.js +++ b/src/css/defaultDisplay.js @@ -7,7 +7,7 @@ var iframe, elemdisplay = { // Support: Firefox - // We have to pre-define this values for FF (#10227) + // We have to pre-define these values for FF (#10227) HTML: "block", BODY: "block" }; -- 2.39.5