summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar John Chen <johnchen902@gmail.com>2017-03-13 10:32:27 +0800
committerLibravatar GitHub <noreply@github.com>2017-03-13 10:32:27 +0800
commita0711d9c94495df6f723f8370c59e1ff129db330 (patch)
tree28bb0a4f17bde03d49c802de5a7201af730b27ea
parentUnGNUify the codebase (diff)
downloadsway-a0711d9c94495df6f723f8370c59e1ff129db330.tar.gz
sway-a0711d9c94495df6f723f8370c59e1ff129db330.tar.zst
sway-a0711d9c94495df6f723f8370c59e1ff129db330.zip
Fix trivial typo in sway.5.txt (right_ -> _right_)
as title
-rw-r--r--sway/sway.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 8e3f64ab..9c60af71 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -86,7 +86,7 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
86 _splitv_, _toggle split_, _stacking_, _tabbed_. 86 _splitv_, _toggle split_, _stacking_, _tabbed_.
87 87
88**layout** auto <mode>:: 88**layout** auto <mode>::
89 Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_, 89 Sets layout to one of the auto modes, i.e. one of _left_, _right_, _top_,
90 or _bottom_. 90 or _bottom_.
91 91
92**layout** auto <next|prev>:: 92**layout** auto <next|prev>::