From 7e6faaacde28c77a162a5f0dfa7de2c68bd6dc35 Mon Sep 17 00:00:00 2001 From: Tei Roberts Date: Sat, 15 Jul 2023 12:37:55 +0200 Subject: [PATCH] fix: typos --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 639704674..6b6a2abde 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,11 @@ inspired by Magit, such as the branch keybindings. ## Architecture - [`./lua/neogit/`] - - [`./lua/neogit/lib/`] Contains various git and filesystem abtractions - - [`./lua/neogit/lib/git/`] High level git wrappers for commont commands such as branches, fetch. These are also used to + - [`./lua/neogit/lib/`] Contains various git and filesystem abstractions + - [`./lua/neogit/lib/git/`] High level git wrappers for common commands such as branches, fetch. These are also used to supply the status buffer - [`./lua/neogit/lib/git/cli.lua`] Builder like pattern for constructing git cli invocations - - [`./lua/neogit/lib/git/repository.lua`] Modules from `git/` for updating the statusbuffer + - [`./lua/neogit/lib/git/repository.lua`] Modules from `git/` for updating the status buffer - [`./lua/neogit.lua`] Neogit uses its own UI drawing library for drawing columns and rows of text.