utsushiiro 7 лет назад
Родитель
Сommit
62e1ef0811
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/PageEditor/HandsontableModal.jsx

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

@@ -40,7 +40,7 @@ export default class HandsontableModal extends React.Component {
         markdownTable: initMarkdownTable.clone(),
         markdownTable: initMarkdownTable.clone(),
         handsontableSetting: Object.assign({}, this.state.handsontableSetting, {
         handsontableSetting: Object.assign({}, this.state.handsontableSetting, {
           /*
           /*
-           * AfterUpdateSettings hook is called when this component state changes.
+           * The afterUpdateSettings hook is called when this component state changes.
            *
            *
            * In detail, when this component state changes, React will re-render HotTable because it is passed some state values of this component.
            * In detail, when this component state changes, React will re-render HotTable because it is passed some state values of this component.
            * HotTable#shouldComponentUpdate is called in this process and it call the updateSettings method for the Handsontable instance.
            * HotTable#shouldComponentUpdate is called in this process and it call the updateSettings method for the Handsontable instance.