summaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-02-14 23:55:37 +0900
committerGitHub <noreply@github.com>2022-02-14 09:55:37 -0500
commit7e3af6a86666c3a5a2216c28f31feab8f47c96ed (patch)
tree88612a96de22d04151e1b771fe5dd2d6f46c5533 /docs/config
parent76b73342b2acb661c6b59669e74d213712e065ac (diff)
docs: fix typo in config/README.md (#3561)
seperator -> separator
Diffstat (limited to 'docs/config')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index f1de7c0b0..0b078e0dc 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -846,7 +846,7 @@ it would have been `nixpkgs/pkgs`.
| `truncation_symbol` | `""` | The symbol to prefix to truncated paths. eg: "…/" |
| `repo_root_style` | `None` | The style for the root of the git repo when `truncate_to_repo` option is set to false. |
| `home_symbol` | `"~"` | The symbol indicating home directory. |
-| `use_os_path_sep` | `true` | Use the OS specific path seperator instead of always using `/` (e.g. `\` on Windows) |
+| `use_os_path_sep` | `true` | Use the OS specific path separator instead of always using `/` (e.g. `\` on Windows) |
<details>
<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>