📝 Fix atom.workspace.open split parameter mismatch

This commit is contained in:
Lee Dohm
2016-02-12 18:36:12 -08:00
parent 9e073d807d
commit 6b24f4bfa7

View File

@@ -394,7 +394,7 @@ class Workspace extends Model
# initially. Defaults to `0`.
# * `initialColumn` A {Number} indicating which column to move the cursor to
# initially. Defaults to `0`.
# * `split` Either 'left', 'right', 'top' or 'bottom'.
# * `split` Either 'left', 'right', 'up' or 'down'.
# If 'left', the item will be opened in leftmost pane of the current active pane's row.
# If 'right', the item will be opened in the rightmost pane of the current active pane's row.
# If 'up', the item will be opened in topmost pane of the current active pane's row.