Skip to content

Commit 78890dd

Browse files
committedJul 4, 2016
Clean some documentation issues
1 parent b922097 commit 78890dd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎ChatCommands.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -389,35 +389,35 @@ Clears all objects within the WorldEdit region.
389389

390390
### `//shift x/y/z/?/up/down/left/right/front/back [+|-]<amount>`
391391

392-
Shifts the selection area by [+|-]<amount> without touching its contents. The shifting axis can be absolute (x/y/z) or
393-
relative (up/down/left/right/front/back).
392+
Shifts the selection area by `[+|-]<amount>` without touching its contents. The shifting axis can be absolute (`x/y/z`) or
393+
relative (`up/down/left/right/front/back`).
394394

395395
//shift left 5
396396

397397
### `//expand [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`
398398

399-
Expands the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be expanded in the
400-
opposite direction iver the same axis by [reverse-amount]
399+
Expands the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be expanded in the
400+
opposite direction over the same axis by `[reverse-amount]`.
401401

402402
//expand right 7 5
403403
404404
### `//contract [+|-]x/y/z/?/up/down/left/right/front/back <amount> [reverse-amount]`
405405

406-
Contracts the selection by <amount> in the selected absolute or relative axis. If specified, the selection can be contracted in the
407-
opposite direction iver the same axis by [reverse-amount]
406+
Contracts the selection by `<amount>` in the selected absolute or relative axis. If specified, the selection can be contracted in the
407+
opposite direction over the same axis by `[reverse-amount]`.
408408

409409
//expand right 7 5
410410
411411
### `//outset [h|v] <amount>`
412412

413-
Expands the selection in all directions by <amount>. If specified, the selection can be expanded horizontally in the x and z axes [h]
414-
or vertically in the y axis [v].
413+
Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`
414+
or vertically in the y axis `[v]`.
415415

416416
//outset v 5
417417
418418
### `//inset [h|v] <amount>`
419419

420-
Contracts the selection in all directions by <amount>. If specified, the selection can be contracted horizontally in the x and z axes [h]
421-
or vertically in the y axis [v].
420+
Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`
421+
or vertically in the y axis `[v]`.
422422

423423
//outset v 5

0 commit comments

Comments
 (0)