From 50b0b8a6e7ccd6e59f2aaf6f72bbd435a15e3005 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:35:40 +0300 Subject: [PATCH] Fix typo in Development documentation (#1159) --- documentation/docs/contributing/development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/contributing/development.mdx b/documentation/docs/contributing/development.mdx index b73f3948..0faa471c 100644 --- a/documentation/docs/contributing/development.mdx +++ b/documentation/docs/contributing/development.mdx @@ -4,7 +4,7 @@ sidebar_position: 0 # Development -Welcome to the development docs of Khoj! Thanks for you interesting in being a contributor ❤️. Open source contributors are a corner-store of the Khoj community. We welcome all contributions, big or small. +Welcome to the development docs of Khoj! Thanks for your interest in being a contributor ❤️. Open source contributors are a corner-store of the Khoj community. We welcome all contributions, big or small. To get started with contributing, check out the official GitHub docs on [contributing to an open-source project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).