Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Danie-1 authored and glacambre committed Mar 5, 2024
1 parent 57db3f2 commit 3363c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This alows you to configure different settings by creating autocommands targetin
```lua
vim.api.nvim_create_autocmd({'BufEnter'}, {
pattern = "github.com_*.txt",
cmd = "set filetype=markdown"
command = "set filetype=markdown"
})
```

Expand Down

0 comments on commit 3363c14

Please sign in to comment.