Skip to content

Commit

Permalink
setColor reference change
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaizotova committed Jun 12, 2019
1 parent 1fce1aa commit 5eb1f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myr/reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ let transformations = [
},
{
name: <span>setColor(<span className="string">color</span>)</span>,
description: <span>Changes the color of the cursor <a href='https://htmlcolorcodes.com/color-names/' target="_blank" rel="noopener noreferrer">using these color codes</a>, rgb, or HEX values. Default: 'red'</span>,
description: <span>Changes the color of the cursor <a href='https://htmlcolorcodes.com/color-names/' target="_blank" rel="noopener noreferrer">using these color codes</a>, RGB, or HEX values. Default: 'red'</span>,
example: 'setColor'
},
{
Expand Down

0 comments on commit 5eb1f9f

Please sign in to comment.