mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
📝 Fix typo in setAutoIndent{,OnPaste} docs
This commit is contained in:
@@ -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) ->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user