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:
@@ -597,7 +597,7 @@ function my_custom_picker(results)
|
||||
finder = finders.new_table(results),
|
||||
sorter = sorters.fuzzy_with_index_bias(),
|
||||
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)
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user