From 7e3af6a86666c3a5a2216c28f31feab8f47c96ed Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 14 Feb 2022 23:55:37 +0900 Subject: [PATCH] docs: fix typo in config/README.md (#3561) seperator -> separator --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index f1de7c0b..0b078e0d 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) |
This module has a few advanced configuration options that control how the directory is displayed.