📝 Fix typo in setAutoIndent{,OnPaste} docs

This commit is contained in:
Max Brunsfeld
2016-08-10 13:27:59 -07:00
parent 38849474d0
commit 09b1d402d5

View File

@@ -3350,7 +3350,7 @@ class TextEditor extends Model
# Experimental: Enable or disable automatic language-based indentation when
# inserting a line-break in the editor.
#
# * `autoIdent` a {Boolean} indicating whether to enable or disable automatic
# * `autoIndent` a {Boolean} indicating whether to enable or disable automatic
# indentation.
setAutoIndent: (@autoIndent) ->
@@ -3362,7 +3362,7 @@ class TextEditor extends Model
# Experimental: Enable or disable automatic language-based indentation when
# pasting text into the editor.
#
# * `autoIdent` a {Boolean} indicating whether to enable or disable automatic
# * `autoIndent` a {Boolean} indicating whether to enable or disable automatic
# indentation.
setAutoIndentOnPaste: (@autoIndentOnPaste) ->