mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
📝 Fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user