Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Jul 15, 2023
1 parent 3e9646e commit 7e6faaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e6faaa

Please sign in to comment.