diff --git a/src/text-editor-element.coffee b/src/text-editor-element.coffee index b7d98c19b..55e4e8567 100644 --- a/src/text-editor-element.coffee +++ b/src/text-editor-element.coffee @@ -174,7 +174,7 @@ class TextEditorElement extends HTMLElement # Extended: Continuously reflows lines and line numbers. (Has performance overhead) # - # `continousReflow` A {Boolean} indicating whether to keep reflowing or not. + # `continuousReflow` A {Boolean} indicating whether to keep reflowing or not. setContinuousReflow: (continuousReflow) -> @component?.setContinuousReflow(continuousReflow)