Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Fix keyBindingFn documentation URL
Browse files Browse the repository at this point in the history
Summary: Current URL is incorrect. Updated to the correct link.

Reviewed By: mrkev

Differential Revision: D19723305

fbshipit-source-id: 562c204e0d42f1535750b12c5eac62a0e759817d
  • Loading branch information
Ryan Silva authored and facebook-github-bot committed Feb 5, 2020
1 parent c30ca73 commit 3251017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/base/DraftEditor.react.js
Expand Up @@ -247,7 +247,7 @@ class DraftEditor extends React.Component<DraftEditorProps, State> {
`Supplying an \`${propName}\` prop to \`DraftEditor\` has ` +
'been deprecated. If your handler needs access to the keyboard ' +
'event, supply a custom `keyBindingFn` prop that falls back to ' +
'the default one (eg. https://is.gd/RG31RJ).',
'the default one (eg. https://is.gd/wHKQ3W).',
);
}
});
Expand Down

0 comments on commit 3251017

Please sign in to comment.