diff --git a/.docs/grammars/axes.bnf b/.docs/grammars/axes.bnf index a75764c..ff1ff3c 100644 --- a/.docs/grammars/axes.bnf +++ b/.docs/grammars/axes.bnf @@ -1,7 +1,7 @@ {% # Lists of axes -In various commands such as `//copy+`, `//move+`, and others lists of axes are used. These are all underpinned by a single grammar and a single parser (located in `worldeditadditions/utils/parse/axes.lua`). While the parser itself requires pre-split tokens (see `split_shell` for that), the grammar which it parses is documnted here. +In various commands such as `//copy+`, `//move+`, and others lists of axes are used. These are all underpinned by a single grammar and a single parser (located in `worldeditadditions/utils/parse/axes.lua`). While the parser itself requires pre-split tokens (see `split_shell` for that), the grammar which it parses is documented here. Examples: