From 3fd46648863268c8ac74e628d737613bed9dd7f5 Mon Sep 17 00:00:00 2001 From: Allan Moreno Date: Tue, 6 Dec 2022 08:29:28 -0600 Subject: [PATCH] Fix typo (#857) Fix typo --- web/src/components/Faq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/Faq.js b/web/src/components/Faq.js index dee39a38d..cad079d39 100644 --- a/web/src/components/Faq.js +++ b/web/src/components/Faq.js @@ -46,8 +46,8 @@ const faqs = [ Since the majority of your coding will still be done in the tools you're familiar with (currently React & Node.js), it's really a marginal change to what you're used to.

- The reason is for that is that Wasp is a really simple configuration language, without any - loops or variables - you can think of it as of a JSON that is easier to read and is a bit smarter. + The reason for that is that Wasp is a really simple configuration language, without any + loops or variables - you can think of it as a JSON that is easier to read and is a bit smarter.

Still, although simple (and we plan to keep it that way), it's a real language so you get all the IDE goodies with it - syntax highlighting, auto-completion, live error reporting, ...