From 788b9b522d7629027391d5a2b326a8e74378fb16 Mon Sep 17 00:00:00 2001 From: ChandraShekharAgrawal Date: Sun, 5 Jan 2025 22:07:39 +0530 Subject: [PATCH] fixed typo in developers guide section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 664ca6b9..2d95bfb0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributions are welcome - code, docs, whatever it might be! If this is your fi ## Read the developers guide -The main documentation site has a [developer guide](https://docs.postiz.com/developer-guide) . That guide provides you a good understanding of the project structure, and how to setup your development environment. Read t his document after you have read that guide. This document is intended to provide you a good understanding of how to submit your first contribution. +The main documentation site has a [developer guide](https://docs.postiz.com/developer-guide) . That guide provides you a good understanding of the project structure, and how to setup your development environment. Read this document after you have read that guide. This document is intended to provide you a good understanding of how to submit your first contribution. ## Write code with others