Skip to content

Commit

Permalink
Correct typos in website (atuinsh#946)
Browse files Browse the repository at this point in the history
This commit fixes the spelling of "variables" in a couple of places.
  • Loading branch information
skx authored May 7, 2023
1 parent a38fc6e commit fab5412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/commands/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/config/key-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fab5412

Please sign in to comment.