Change "specific" to "specify" in line 50 (#23200)

"specific" is the incorrect form of the word needed. "specify" is a verb and makes the sentence grammatically correct.
This commit is contained in:
Kowake
2018-11-22 03:55:55 -05:00
committed by Manish Giri
parent d8609b5560
commit c5985f2dda

View File

@ -46,8 +46,9 @@ The cursor property specifies the type of cursor to be displayed when you hover
![alt text](http://www.javascripter.net/faq/24_cursor_styles.gif "CSS Cursors") ![alt text](http://www.javascripter.net/faq/24_cursor_styles.gif "CSS Cursors")
You can also set an image as the cursor.<br> You can also set an image as the cursor.<br>
Note: Always specific a default cursor at the end incase the specified cursor is unavailable. Note: Always specify a default cursor at the end incase the specified cursor is unavailable.
``` ```
.custom-cursor { .custom-cursor {