From 8ceb809dcf807afaa08bdef6128c870a5e1385e9 Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:39:04 +0800 Subject: [PATCH] chore: fix typo Co-authored-by: Diana Lau --- docs/site/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/FAQ.md b/docs/site/FAQ.md index c1a26d6485e1..7488652fab25 100644 --- a/docs/site/FAQ.md +++ b/docs/site/FAQ.md @@ -101,7 +101,7 @@ reasons: - **Improved extensibility** and flexibility. LoopBack 4's core is simpler than LoopBack 3.x with well-defined extension points. A lot of responsibility will be shifted to extensions (components), which can be JavaScript or TypeScript. -- **Unified tooling**. A good propportion of TypeScript developers use Visual +- **Unified tooling**. A good proportion of TypeScript developers use Visual Studio Code. Hence, we provide out-of-the-box Visual Studio Code configurations to make LoopBack application development more convenient. - **Future-proofing**. Ability to leverage the latest and future JavaScript