From 2fb9b47512d9e47fd89b2b632736f7a8c738b47e Mon Sep 17 00:00:00 2001 From: Ansh Pratap Singh Date: Thu, 22 Jan 2026 11:52:07 +0530 Subject: [PATCH] Fix duplicated word in GraphQL description --- docs/developers/introduction/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/introduction/introduction.md b/docs/developers/introduction/introduction.md index dd5a8c492f4..40e69db5faf 100644 --- a/docs/developers/introduction/introduction.md +++ b/docs/developers/introduction/introduction.md @@ -40,6 +40,6 @@ We chose these core open source technologies for various reasons. | Flutter | [Flutter](https://flutter.dev/) is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. Flutter was chosen because it was backed by a large developer community and a significant corporate sponsor. | | Typescript | [TypeScript](https://www.typescriptlang.org/) is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. It's a popular language, and we felt support would be long-lasting. It's also open source like us! | | PostgreSQL | [PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. It sounded just like what we needed. | -| GraphQL | [GraphQL](https://graphql.org/) is a query language for APIs and a runtime for fulfilling those queries with our existing data. It provides a complete and understandable description of the data in our API, and allows our developers to make queries for for exactly what they need and nothing more. This makes it easier to evolve APIs over time. | +| GraphQL | [GraphQL](https://graphql.org/) is a query language for APIs and a runtime for fulfilling those queries with our existing data. It provides a complete and understandable description of the data in our API, and allows our developers to make queries for exactly what they need and nothing more. This makes it easier to evolve APIs over time. | But if you want the short answer, we chose these technologies so that we wouldn't have to do it ourselves!