diff --git a/src/TextEditor.js b/src/TextEditor.js
index 4ad42150e5e0db5b1afe4a521468633370d1883b..3dcaee93331711730837351c78e6bc8794bd7f62 100644
--- a/src/TextEditor.js
+++ b/src/TextEditor.js
@@ -26,7 +26,7 @@ class TextEditor extends Component {
 
   /**
    * This is a kinda silly hack (but apparently recommended approach) to
-   * making sure the whole visible editor area, not just the first line.
+   * making sure the whole visible editor area is clickable, not just the first line.
    */
   handleFocus() {
     if (this.editorRef.current) this.editorRef.current.focus();