Fix: typo

This commit is contained in:
shadmansaleh 2021-08-04 08:28:53 +06:00
parent 6aecf4a341
commit 46a86a9cca
1 changed files with 2 additions and 2 deletions

View File

@ -69,11 +69,11 @@ local function apply_configuration(config_table)
return vim.deepcopy(config)
end
local function get_current_conifg()
local function get_current_config()
return vim.deepcopy(config)
end
return {
get_config = get_current_conifg,
get_config = get_current_config,
apply_configuration = apply_configuration
}