From a5e84818cec684cc3b6c4f234b7ddc5ef75044e7 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 9 Apr 2025 22:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit found via `codespell -L fo` --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 9755f97..002efc4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -4,7 +4,7 @@ > TIP: **pipx** > -> This documentaion uses [pipx] to +> This documentation uses [pipx] to > install and manage non-project command line tools like `hatch` and > `pre-commit`. If you don't already have `pipx` installed, make sure to > see their [documentation](https://pypa.github.io/pipx/installation/).