Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Dec 12, 2019
2 parents 20d222e + 404b9f1 commit 72884d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/Docs/Props/ReadOnlyProp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react';

export default () => (
<div>
<h3>ReadOnly</h3>
<h3>readOnly</h3>
<div className="docs-desc">
The property can be used to render Editor in ReadOnly mode.
The property can be used to render Editor in read only mode.
When its true user can not change editor text or use any toolbar option.
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/config/defaultToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export default {
"💪",
"👈",
"👉",
"👉",
"👆",
"🖕",
"👇",
Expand Down

0 comments on commit 72884d3

Please sign in to comment.