summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sosa <sosa.daniel23@gmail.com>2015-02-19 14:01:45 -0600
committerDaniel Sosa <sosa.daniel23@gmail.com>2016-07-03 21:44:02 -0500
commit78890dde07e7006a9e4c2b853720d7e544760947 (patch)
tree9354757f882570f9b12f97ff72cd65f4bc7824c7
parentb922097e7af7e3ad938741fd659210159e91cc4c (diff)
Clean some documentation issues
-rw-r--r--ChatCommands.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/ChatCommands.md b/ChatCommands.md
index 1760e81..6dc4c72 100644
--- a/ChatCommands.md
+++ b/ChatCommands.md
@@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region.
### `//shift x/y/z/?/up/down/left/right/front/back [+|-]<amount>`
-Shifts the selection area by [+|-]<amount> without touching its contents. The shifting axis can be absolute (x/y/z) or
-relative (up/down/left/right/front/back).
+Shifts the selection area by `[+|-]<amount>` without touching its contents. The shifting axis can be absolute (`x/y/z`) or
+relative (`up/down/left/right/front/back`).
//shift left 5
### `//expand [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`
-Expands the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be expanded in the
-opposite direction iver the same axis by [reverse-amount]
+Expands the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be expanded in the
+opposite direction over the same axis by `[reverse-amount]`.
//expand right 7 5
### `//contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`
-Contracts the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be contracted in the
-opposite direction iver the same axis by [reverse-amount]
+Contracts the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be contracted in the
+opposite direction over the same axis by `[reverse-amount]`.
//expand right 7 5
### `//outset [h|v] <amount>`
-Expands the selection in all directions by <amount>. If specified, the selection can be expanded horizontally in the x and z axes [h]
-or vertically in the y axis [v].
+Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`
+or vertically in the y axis `[v]`.
//outset v 5
### `//inset [h|v] <amount>`
-Contracts the selection in all directions by <amount>. If specified, the selection can be contracted horizontally in the x and z axes [h]
-or vertically in the y axis [v].
+Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`
+or vertically in the y axis `[v]`.
//outset v 5 \ No newline at end of file