From 9aacc09f8759ece11512fb27e4250234fd12bca3 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 9 Mar 2025 12:05:29 +0100 Subject: [PATCH] :pencil2: Fix typo in project description in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a0d495..6948c4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pycord-reactive-views" authors = [ {name = "Paillat-dev", email = "me@paillat.dev"}, ] -description = "A py-cord extention for easy creation of reactive views" +description = "A py-cord extension for easy creation of reactive views" readme = "README.md" classifiers = [ "Development Status :: 3 - Alpha",