Skip to content

Commit

Permalink
Merge pull request rmagatti#370 from cameronr/main
Browse files Browse the repository at this point in the history
fix: grammar in checkhealth config section
  • Loading branch information
cameronr authored Aug 29, 2024
2 parents 0e9aa77 + 389d155 commit 6cd7e4d
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 6cd7e4d

Please sign in to comment.