fix: typo in doc

This commit is contained in:
kiyan
2022-02-21 21:45:02 +01:00
parent f8f297acbf
commit b59ff27087

View File

@@ -760,7 +760,7 @@ You can easily implement a toggle using this too:
local function toggle_replace()
local view = require"nvim-tree.view"
if view.is_visible() then
require.close()
view.close()
else
require"nvim-tree".open_replacing_current_buffer()
end