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

Commit 7167210

Browse files
DenrizSusamfacebook-github-bot
authored andcommitted
Fix typo in code comment for DraftEditor (#1991)
Summary: "effectively" instead of "effetively". Pull Request resolved: #1991 Differential Revision: D13945386 fbshipit-source-id: bfc4b2edc3dff6177ccb0865e4265aeb412744f7
1 parent a4cc10d commit 7167210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/base/DraftEditor.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class DraftEditor extends React.Component<DraftEditorProps, State> {
265265
* run Flow. */
266266
ReactDOM.unstable_flushControlled;
267267
// Wrap event handlers in `flushControlled`. In sync mode, this is
268-
// effetively a no-op. In async mode, this ensures all updates scheduled
268+
// effectively a no-op. In async mode, this ensures all updates scheduled
269269
// inside the handler are flushed before React yields to the browser.
270270
return e => {
271271
if (!this.props.readOnly) {

0 commit comments

Comments
 (0)