From a4726316a2a6fda6bc8c537144826c3551df5bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?shravan=20=7C=7C=20=E0=A4=B6=E0=A5=8D=E0=A4=B0van?= Date: Sun, 13 Jul 2025 15:50:41 +0530 Subject: [PATCH] chore: typo on developer guide --- pages/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/contributing.mdx b/pages/contributing.mdx index cf0edbb..a2d9e7f 100644 --- a/pages/contributing.mdx +++ b/pages/contributing.mdx @@ -58,5 +58,5 @@ This project follows a Fork/Feature Branch/Pull Request model. If you're not fam ``` 9. **Create a pull request**: Create an draft pull request with the name of the feature. 10. **Test your changes**: (OPTIONAL, only for big changes) -*Option 1*: Use the [Deleoper environment](https://docs.postiz.com/installation/development) +*Option 1*: Use the [Developer environment](https://docs.postiz.com/installation/development) 11. **Mark ready for review**: Mark your PR ready for review after testing and wait for it to be merged.