From 75f182b6c1e086980c8ad840ffeae91cc804e992 Mon Sep 17 00:00:00 2001 From: maieulchevalier Date: Mon, 27 Nov 2023 20:31:18 +0100 Subject: [PATCH] docs(faq): add link to typescript --- packages/docs/src/routes/docs/(qwik)/faq/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/routes/docs/(qwik)/faq/index.mdx b/packages/docs/src/routes/docs/(qwik)/faq/index.mdx index 5fbeb21f322..503e51036ca 100644 --- a/packages/docs/src/routes/docs/(qwik)/faq/index.mdx +++ b/packages/docs/src/routes/docs/(qwik)/faq/index.mdx @@ -264,7 +264,7 @@ We think resumability scales without the negative trade-offs of partial hydratio ## In which languages is Qwik written? -Most of Qwik is written in TypeScript, a superset of JavaScript that adds optional static typing and other features. However, the Qwik compiler (or optimizer) is written in Rust, a language that is very fast and memory efficient. +Most of Qwik is written in [TypeScript](https://www.typescriptlang.org/), a superset of JavaScript that adds optional static typing and other features. However, the Qwik compiler (or optimizer) is written in Rust, a language that is very fast and memory efficient. ## Does Qwik have a community?