Skip to content

Commit 5486596

Browse files
committed
Fix typo
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent a3b2521 commit 5486596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastasyncworldedit/commands/schematics/schematic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This command lists your schematics and schematic folders.
1919

2020
**Usage:** `//schematic list [-dn] [-p <page>] [-f <formatName>] [filter or directory]`
2121

22-
- You can sort the schematic list by the date of creation: With the `-n` flag the list starts with the newest schematic, while with `-d` the list beginns with the oldest.
22+
- You can sort the schematic list by the date of creation: With the `-n` flag the list starts with the newest schematic, while with `-d` the list begins with the oldest.
2323
- With the optional `-p` flag and a side number you switch between the list side.
2424
- With `-f` you filter your results with the target schematic file format.
2525
- A search string (the `filter`) can be used to search for special files or folders based of the name (including the file extension). The filter is case-insensitive. Alternative, you can list all contents of the target folder by specify a `directory` (e.g. `//schematic list Houses/`).
@@ -42,4 +42,4 @@ This command can be used to move the [loaded schematic](#schematic-load) to the
4242

4343
**Visual Example:**
4444

45-
![Example 1](images/schematic-list.png)
45+
![Example 1](images/schematic-list.png)

0 commit comments

Comments
 (0)