From c5985f2ddadf38ae64b28a5587f82c3c9d5caa27 Mon Sep 17 00:00:00 2001 From: Kowake <44300253+Kowake@users.noreply.github.com> Date: Thu, 22 Nov 2018 03:55:55 -0500 Subject: [PATCH] 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. --- guide/english/css/css-cursors/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/css/css-cursors/index.md b/guide/english/css/css-cursors/index.md index 7fc43ceaf1..9abadc2edd 100644 --- a/guide/english/css/css-cursors/index.md +++ b/guide/english/css/css-cursors/index.md @@ -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") + You can also set an image as the cursor.
-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 {