Skip to content

Commit 84b4f12

Browse files
docs: fix typos
1 parent 43470cc commit 84b4f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hidden = false
2828
You may also specify a file to use for configuration with the `-c` or
2929
`--config` CLI argument: `hx -c path/to/custom-config.toml`.
3030

31-
Finally, you can have a `config.toml` local to a project by it under a `.helix` directory in your repository.
31+
Finally, you can have a `config.toml` local to a project by putting it under a `.helix` directory in your repository.
3232
Its settings will be merged with the configuration directory `config.toml` and the built-in configuration,
3333
if you have enabled the feature under `[editor.security]` in your global configuration.
3434

@@ -240,4 +240,4 @@ Features that the paranoid among us may choose to disable.
240240

241241
| Key | Description | Default |
242242
| --- | --- | --- |
243-
| `load-local-config` | Load `config.yaml` from `$PWD/.helix` that will merge with your global configuration. | `true` |
243+
| `load-local-config` | Load `config.toml` from `$PWD/.helix` that will merge with your global configuration. | `true` |

0 commit comments

Comments
 (0)