From 82a3b8bb397b8a6779b450185309a858aced1f75 Mon Sep 17 00:00:00 2001 From: Yurizal Susanto Date: Tue, 24 Jan 2017 10:40:36 +0700 Subject: [PATCH] Correct the splitBottom option --- runtime/help/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/options.md b/runtime/help/options.md index a3b2ca98..95589bb1 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -110,7 +110,7 @@ Here are the options that you can set: default value: `on` -* `splitRight`: when a horizontal split is created, should it be created below the +* `splitBottom`: when a horizontal split is created, should it be created below the current split? default value: `on`