Skip to content

Commit 155c23d

Browse files
authored
Merge pull request #10 from WaylonWalker/patch-1
fix typo
2 parents 8630b0c + aa25ebf commit 155c23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Simple tools to help developers working YAML in [Neovim](https://neovim.io):
88
| `:YAMLYank [register]` | Yanks the full path and value of the current key/value pair. The default register is the unnamed one (`"`) |
99
| `:YAMLYankKey [register]` | Yanks the full path of the key for the current key/value pair. The default register is the unnamed one (`"`) |
1010
| `:YAMLYankValue [regster]` | Yanks the value of the current key/value pair. The default register is the unnamed one (`"`) |
11-
| `:YAMLQuickfix` | Generates a quickfix with key/balue pairs |
11+
| `:YAMLQuickfix` | Generates a quickfix with key/value pairs |
1212
| `:YAMLTelescope` | Full path key/value fuzzy finder via [Telescope](https://github.com/nvim-telescope/telescope.nvim) **if installed** |
1313

1414
![Example GIF](doc/demo.gif)

0 commit comments

Comments
 (0)