Fix typo
This commit is contained in:
Allan Moreno 2022-12-06 08:29:28 -06:00 committed by GitHub
parent e5cffa228e
commit 3fd4664886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ const faqs = [
Since the majority of your coding will still be done in the tools you're familiar with (currently 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. React & Node.js), it's really a marginal change to what you're used to.
<br/><br/> <br/><br/>
The reason is for that is that Wasp is a really simple configuration language, without any The reason 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. loops or variables - you can think of it as a JSON that is easier to read and is a bit smarter.
<br/><br/> <br/><br/>
Still, although simple (and we plan to keep it that way), it's a real language so you get all the 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, ... IDE goodies with it - syntax highlighting, auto-completion, live error reporting, ...