From fd564a8607e184e9adffe2a0a5b3b47db708843c Mon Sep 17 00:00:00 2001 From: JacobTBruce <44300141+JacobTBruce@users.noreply.github.com> Date: Fri, 23 Nov 2018 05:18:21 -0500 Subject: [PATCH] Changed misused words to correct ones (#23256) Changed "change" to "chance" in line 51 to make sense and "existance" to "existence" in line 51 to correct the spelling. --- guide/english/html/comments-in-html/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guide/english/html/comments-in-html/index.md b/guide/english/html/comments-in-html/index.md index 569970184a..ebfec811aa 100644 --- a/guide/english/html/comments-in-html/index.md +++ b/guide/english/html/comments-in-html/index.md @@ -48,7 +48,9 @@ Conditional Comments are only recognized by Internet Explorer Version 5 through ### IE Conditional Comments -These comments are only available in Internet Explorer and can be used up to IE9. There is a good chance you will never see them, but it is good to know about their existnace as they do exist on some older sites. Conditional Comments are a way to serve a different experience for different client browsers. For example: + +These comments are only available in Internet Explorer and can be used up to IE9. In current times, there is a good chance you will never see them, but it is good to know about their existence as they do exist on some older sites. Conditional Comments are a way to serve a different experience for different client browsers. For example: + ```html