From 600cbcc97e4ceba011f3270d90361182a883b810 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 25 Feb 2025 14:00:49 +0200 Subject: [PATCH] docs: fix typos --- CONTRIBUTING.md | 5 +---- README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39092b1..1a825db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,6 @@ You can install these with: ```bash sudo pacman -S selene stylua # 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: @@ -39,6 +38,7 @@ task docgen ``` ### Commit messages + We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), please follow it. ### Testing @@ -48,8 +48,5 @@ All tests live in [/spec](https://github.com/olexsmir/gopher.nvim/tree/main/spec You can run tests with: ```bash -task test -# also there are some aliases for that task tests -task spec ``` diff --git a/README.md b/README.md index 126475c..49cb8ed 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Requirements: } ``` -## Configuratoin +## Configuration > [!IMPORTANT] >