Merge pull request #32016 from brunoMaurice/master

Fix typo on "readOnly" props for react-draft-wysiwyg
This commit is contained in:
Ron Buckton
2019-01-18 14:42:01 -08:00
committed by GitHub
+2 -1
View File
@@ -1,6 +1,7 @@
// Type definitions for react-draft-wysiwyg 1.12
// Project: https://github.com/jpuri/react-draft-wysiwyg#readme
// Definitions by: imechZhangLY <https://github.com/imechZhangLY>
// brunoMaurice <https://github.com/brunoMaurice>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
@@ -51,7 +52,7 @@ export interface EditorProps {
mention?: object;
hashtag?: object;
textAlignment?: string;
readonly?: boolean;
readOnly?: boolean;
tabIndex?: number;
placeholder?: string;
ariaLabel?: string;