Corrected a misspelling in the Conditional Comments section (#27532)

This commit is contained in:
glamdring777
2018-12-12 12:52:08 -05:00
committed by Randell Dawson
parent f5e5e7cd81
commit d450f06c5d

View File

@ -31,7 +31,7 @@ Comments are started with `<!--` and ended 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).