docs: fix typo in config/README.md (#3561)

seperator -> separator
This commit is contained in:
Ikko Ashimine
2022-02-14 23:55:37 +09:00
committed by GitHub
parent 76b73342b2
commit 7e3af6a866
+1 -1
View File
@@ -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>