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 {