fixed typo

This commit is contained in:
kdav5758
2021-07-02 00:08:43 -05:00
parent 5b0d132727
commit 9582a5ec49
+1 -1
View File
@@ -46,7 +46,7 @@
# TL;DR
<div style="text-align: justify">
AutoSave.nvim is a NeoVim plugin written in Lua that aims to provide the simple functionality of automatically saving your work whenever you make changes to it. You can filter under which conditions which files are saved and when the auto-save functionality should triggered (events). To get started simply install the plugin with your favorite plugin manager!
AutoSave.nvim is a NeoVim plugin written in Lua that aims to provide the simple functionality of automatically saving your work whenever you make changes to it. You can filter under which conditions which files are saved and when the auto-save functionality should be triggered (events). To get started simply install the plugin with your favorite plugin manager!
</div>
# 🌲 Table of Contents