From d450f06c5d63ff3ce37584ee3b6a37049fd1400d Mon Sep 17 00:00:00 2001 From: glamdring777 Date: Wed, 12 Dec 2018 12:52:08 -0500 Subject: [PATCH] Corrected a misspelling in the Conditional Comments section (#27532) --- guide/english/html/comments-in-html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/comments-in-html/index.md b/guide/english/html/comments-in-html/index.md index 84c96a94cc..9d8480a2fe 100644 --- a/guide/english/html/comments-in-html/index.md +++ b/guide/english/html/comments-in-html/index.md @@ -31,7 +31,7 @@ Comments are started with ``, and can span multiple lin ``` ## Conditional Comments -Conditional Comments define some HTML tags to be excuted when a certain codition is fulfilled. +Conditional Comments defines some HTML tags to be excuted when a certain condition is fullfilled. Conditional Comments are only recognized by Internet Explorer Version 5 through to Version 9 (IE5 - IE9).