From 0ae599138562fb846ca1938a05849ddf051e6eab Mon Sep 17 00:00:00 2001 From: David Begin Date: Fri, 29 Jan 2021 08:14:48 -0800 Subject: [PATCH] Improves documentation by fixing spelling mistake (#475) If you're reading this, then you know begin doesn't deserver hacktoberfest cred. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e89c5a..d2c3bfe 100644 --- a/README.md +++ b/README.md @@ -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 "" in insert mode to the funciton, actions.set_command_line + -- Map "" in insert mode to the function, actions.set_command_line map('i', '', actions.set_command_line) return true