From 201890ec6f5ab6cfa3944d0aa9d773afb2c30447 Mon Sep 17 00:00:00 2001 From: Matt Black Date: Tue, 24 Jun 2025 22:05:38 +1000 Subject: [PATCH] Fix typo in reference/import --- src/content/docs/reference/import.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/import.mdx b/src/content/docs/reference/import.mdx index de7a648..f8f8626 100644 --- a/src/content/docs/reference/import.mdx +++ b/src/content/docs/reference/import.mdx @@ -20,7 +20,7 @@ HISTFILE=/path/to/history/file atuin import zsh ``` Note that for shells such as Xonsh that store history in many files rather than a -single file, `$HISTFILE` should be set to the directory in whic those files reside. +single file, `$HISTFILE` should be set to the directory in which those files reside. For formats that don't store timestamps, timestamps will be generated starting at the current time plus 1ms for each additional command in the history.