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!