Skip to content

Commit

Permalink
docs(faq): add link to typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
maiieul committed Nov 27, 2023
1 parent 85552d7 commit 75f182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/docs/(qwik)/faq/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 75f182b

Please sign in to comment.