docs: fix typos

This commit is contained in:
Oleksandr Smirnov 2025-02-25 14:00:49 +02:00
parent ef483bc644
commit 600cbcc97e
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -18,7 +18,6 @@ You can install these with:
```bash ```bash
sudo pacman -S selene stylua sudo pacman -S selene stylua
# or whatever is your package manager # or whatever is your package manager
# or way of installing pkgs
``` ```
For formatting use this following commands, or setup your editor to integrate with selene/stylua: For formatting use this following commands, or setup your editor to integrate with selene/stylua:
@ -39,6 +38,7 @@ task docgen
``` ```
### Commit messages ### Commit messages
We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), please follow it. We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), please follow it.
### Testing ### Testing
@ -48,8 +48,5 @@ All tests live in [/spec](https://github.com/olexsmir/gopher.nvim/tree/main/spec
You can run tests with: You can run tests with:
```bash ```bash
task test
# also there are some aliases for that
task tests task tests
task spec
``` ```

View file

@ -35,7 +35,7 @@ Requirements:
} }
``` ```
## Configuratoin ## Configuration
> [!IMPORTANT] > [!IMPORTANT]
> >