Correct typos in website (#946)

This commit fixes the spelling of "variables" in a couple of places.
This commit is contained in:
Steve Kemp 2023-05-07 11:15:22 +03:00 committed by GitHub
parent a38fc6e898
commit fab5412e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ appended with a wildcard).
| `--delete` | Delete history matching this query | | `--delete` | Delete history matching this query |
| `--delete-it-all` | Delete all shell history | | `--delete-it-all` | Delete all shell history |
| `--reverse` | Reverse order of search results, oldest first | | `--reverse` | Reverse order of search results, oldest first |
| `--format`/`-f` | Available vareables: {command}, {directory}, {duration}, {user}, {host}, {time}, {exit} and {relativetime}. Example: --format "{time} - [{duration}] - {directory}$\t{command}" | | `--format`/`-f` | Available variables: {command}, {directory}, {duration}, {user}, {host}, {time}, {exit} and {relativetime}. Example: --format "{time} - [{duration}] - {directory}$\t{command}" |
| `--inline-height` | Set the maximum number of lines Atuin's interface should take up | | `--inline-height` | Set the maximum number of lines Atuin's interface should take up |
| `--help`/`-h` | Print help | | `--help`/`-h` | Print help |

View file

@ -16,7 +16,7 @@ eval "$(atuin init zsh --disable-ctrl-r)"
``` ```
If you do not want either key to be bound, either pass both `--disable` arguments, or set the If you do not want either key to be bound, either pass both `--disable` arguments, or set the
environment varuable `ATUIN_NOBIND` to any value before the call to `atuin init`: environment variable `ATUIN_NOBIND` to any value before the call to `atuin init`:
``` ```
## Do not bind any keys ## Do not bind any keys