Răsfoiți Sursa

fix comment

utsushiiro 7 ani în urmă
părinte
comite
29f9f5d98f

+ 1 - 1
src/client/js/components/PageEditor/HandsontableModal.jsx

@@ -135,7 +135,7 @@ export default class HandsontableModal extends React.Component {
     this.setState({ isWindowExpanded: true });
 
     // invoke updateHotTableHeight method with delay
-    // cz. Resizing this.refs.hotTableContainer is completeted after a little delay after 'isWindowExpanded' set with 'true'
+    // cz. Resizing this.refs.hotTableContainer is completed after a little delay after 'isWindowExpanded' set with 'true'
     this.expandHotTableHeightWithDebounce();
   }