fix spelling/grammar in the example files

This commit is contained in:
peppapig450 2021-10-06 14:25:51 -07:00 committed by siduck76
parent e0ac314fab
commit 7449c9e4f6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ M.options, M.ui, M.mappings, M.plugins = {}, {}, {}, {}
--------------------------------------------------------------------
-- To use this file, copy the strucutre of `core/default_config.lua`,
-- To use this file, copy the structure of `core/default_config.lua`,
-- examples of setting relative number & changing theme:
-- M.options = {

View File

@ -1,4 +1,4 @@
-- This is where you custom modules and plugins goes.
-- This is where your custom modules and plugins goes.
-- See the wiki for a guide on how to extend NvChad
local hooks = require "core.hooks"