bmcmahen / react-wysiwyg

retain some control over contenteditable input
169 stars 37 forks source link

Fix typo in ContentEditable#getInitalState #11

Closed dtuite closed 9 years ago

dtuite commented 9 years ago

Change misspelled ContentEditable#getInitalState method to ContentEditable#getInitialState.

bmcmahen commented 9 years ago

Silly error. Thanks for the fix.

dtuite commented 9 years ago

You're not the only one. I constantly make the same typo. That method name is really hard to type for some reason.