From 63a282750ae91cdf75e19da03f5eb21a7354cab2 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 17 Sep 2015 17:17:14 +0200 Subject: [PATCH] :memo: Fix typo --- src/text-editor-element.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)