Merge pull request #525 from ChandraShekharAgrawal/documentation/typo-contributing

fixed typo in developers guide section
This commit is contained in:
James Read 2025-01-06 16:09:29 +00:00 committed by GitHub
commit 82bef1f7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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