Improves documentation by fixing spelling mistake (#475)

If you're reading this, then you know begin doesn't deserver hacktoberfest cred.
This commit is contained in:
David Begin
2021-01-29 08:14:48 -08:00
committed by GitHub
parent 9d4670c748
commit 0ae5991385

View File

@@ -597,7 +597,7 @@ function my_custom_picker(results)
finder = finders.new_table(results), finder = finders.new_table(results),
sorter = sorters.fuzzy_with_index_bias(), sorter = sorters.fuzzy_with_index_bias(),
attach_mappings = function(_, map) attach_mappings = function(_, map)
-- Map "<CR>" in insert mode to the funciton, actions.set_command_line -- Map "<CR>" in insert mode to the function, actions.set_command_line
map('i', '<CR>', actions.set_command_line) map('i', '<CR>', actions.set_command_line)
return true return true