summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2023-05-07 11:15:22 +0300
committerGitHub <noreply@github.com>2023-05-07 08:15:22 +0000
commitfab5412e84c62d81992da2e83fed5f778ce8f8f4 (patch)
tree2a8b6078146feadd4fd78733c53b8d472e6e5027
parenta38fc6e8989d41772170165a8757f43e593c5e70 (diff)
Correct typos in website (#946)
This commit fixes the spelling of "variables" in a couple of places.
-rw-r--r--docs/docs/commands/search.md2
-rw-r--r--docs/docs/config/key-binding.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/commands/search.md b/docs/docs/commands/search.md
index cb815478..91f6f744 100644
--- a/docs/docs/commands/search.md
+++ b/docs/docs/commands/search.md
@@ -24,7 +24,7 @@ appended with a wildcard).
| `--delete` | Delete history matching this query |
| `--delete-it-all` | Delete all shell history |
| `--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 |
| `--help`/`-h` | Print help |
diff --git a/docs/docs/config/key-binding.md b/docs/docs/config/key-binding.md
index 41470ec5..dd95cde5 100644
--- a/docs/docs/config/key-binding.md
+++ b/docs/docs/config/key-binding.md
@@ -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
-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