Skip to content

Commit a1d74d9

Browse files
authored
Fixed typo in faqs.js (#17)
1 parent 790b487 commit a1d74d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_data/faqs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ patterns and techniques presented in this book.`
1212
{
1313
id: 'faq-is-this-book-for-me',
1414
question: 'I am new to JavaScript and Node.js, is this book for me?',
15-
answer: `This book assumes that you have an intermediate understanding of JavasScript, web application development,
15+
answer: `This book assumes that you have an intermediate understanding of JavaScript, web application development,
1616
databases, and software design principles. If you are new to JavaScript but you are familiar with other languages and
1717
technologies this book can still be a valuable resource for you but we do recommend you to get familiar with the
1818
basics of JavaScript first.
@@ -33,7 +33,7 @@ technologies such as Redis, RabbitMQ, ZeroMQ, and LevelDB.`
3333
{
3434
id: 'faq-download-for-free',
3535
question: 'Can I download Node.js Design Patterns for FREE?',
36-
answer: `**No**. Node.js Design Patterns is the result of countless hours of hard work by the authors, the reviewers and
36+
answer: `**No**. Node.js Design Patterns is the result of countless hours of hard work by the authors, the reviewers, and
3737
many professionals at Packt, so we simply can't afford to give it away for free. If you want to have a feeling about the
3838
quality of the content in the book, you can [download Chapter 9: Behavioural Design Patterns](#sample-chapter) for FREE.
3939
You can also check out for FREE all the code examples available in the book on

0 commit comments

Comments
 (0)