Skip to content

Commit 2a182a9

Browse files
authored
docs(typo): enabled -> enable (#113)
1 parent e137208 commit 2a182a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Requires 0.8
3636
elixir.setup {
3737
credo = {},
3838
elixirls = {
39-
enabled = true,
39+
enable = true,
4040
settings = elixirls.settings {
4141
dialyzerEnabled = false,
4242
enableTestLenses = false,
@@ -71,7 +71,7 @@ The minimal setup will configure both ElixirLS and credo-language-server.
7171
require("elixir").setup()
7272
```
7373

74-
ElixirLS and credo-language-server can be disabled by setting the `enabled` flag in the respective options table.
74+
ElixirLS and credo-language-server can be disabled by setting the `enable` flag in the respective options table.
7575

7676
```lua
7777
require("elixir").setup({

0 commit comments

Comments
 (0)