Skip to content

Commit

Permalink
fix: grammar in checkhealth config section
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Aug 29, 2024
1 parent 0e9aa77 commit 389d155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/auto-session/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ function M.check()
start "Config"
if Config.has_old_config then
info(
"You have old config names. You could update your config to:\n"
"You have old config names. You can update your config to:\n"
.. vim.inspect(Config.options_without_defaults)
.. "\n\nYou could also need to remove any vim global config settings"
.. "\n\nYou can also remove any vim global config settings"
)
else
ok("\n" .. vim.inspect(Config.options_without_defaults))
Expand Down

0 comments on commit 389d155

Please sign in to comment.