📝 Fix typo

This commit is contained in:
Antonio Scandurra
2015-09-17 17:17:14 +02:00
parent 12b926c82a
commit 63a282750a

View File

@@ -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)