From 62941c07edcbd2d9757898a73a93d62d4d12f2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Tue, 30 Jul 2024 12:45:03 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442d768..9f66e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `godot` linter. ([#328](https://github.com/golang-templates/seed/pull/328)) - Add `mnd` linter. ([#328](https://github.com/golang-templates/seed/pull/328)) - Add `perfsprint` linter. ([#328](https://github.com/golang-templates/seed/pull/328)) -- Add `EXC0001` exclusion as the most common false postive. ([#328](https://github.com/golang-templates/seed/pull/328)) +- Add `EXC0001` exclusion as the most common false positive. ([#328](https://github.com/golang-templates/seed/pull/328)) ### Changed