From 7449c9e4f6039b1b7c7637416b616d38b2125f20 Mon Sep 17 00:00:00 2001 From: peppapig450 Date: Wed, 6 Oct 2021 14:25:51 -0700 Subject: [PATCH] fix spelling/grammar in the example files --- lua/custom/example_chadrc.lua | 2 +- lua/custom/example_init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/example_chadrc.lua b/lua/custom/example_chadrc.lua index a3b3e96..02d5566 100644 --- a/lua/custom/example_chadrc.lua +++ b/lua/custom/example_chadrc.lua @@ -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 = { diff --git a/lua/custom/example_init.lua b/lua/custom/example_init.lua index 28b8ccb..fd53b2e 100644 --- a/lua/custom/example_init.lua +++ b/lua/custom/example_init.lua @@ -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"