From c49012377b1ce83bbaccb34053004f6ad647bb95 Mon Sep 17 00:00:00 2001 From: Courtney Date: Mon, 13 May 2019 06:00:57 -0400 Subject: [PATCH] fix to spelling error and add period (#36034) --- .../advanced-node-and-express/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/learn/information-security-and-quality-assurance/advanced-node-and-express/index.md b/client/src/pages/learn/information-security-and-quality-assurance/advanced-node-and-express/index.md index 375e7d9863..90e17135ca 100644 --- a/client/src/pages/learn/information-security-and-quality-assurance/advanced-node-and-express/index.md +++ b/client/src/pages/learn/information-security-and-quality-assurance/advanced-node-and-express/index.md @@ -1,5 +1,5 @@ --- -title: Introduction to the Advances Node and Express Challenges +title: Introduction to the Advanced Node and Express Challenges block: Advanced Node and Express superBlock: Information Security and Quality Assurance --- @@ -8,4 +8,4 @@ superBlock: Information Security and Quality Assurance *Authentication* is the process or action of verifying the identity of a user or process. Up to this point you have not been able to create an app utilizing this key concept. The most common and easiest to use authentication middleware for Node.js is [Passport](http://passportjs.org/). It is easy to learn, light-weight, and extremely flexible allowing for many *strategies*, which we will talk about in later challenges. In addition to authentication we will also look at template engines which allow for use of *Pug* and web sockets which allow for real time communication between all your clients and your server. Working on these challenges will involve you writing your code on Glitch on our starter project. After completing each challenge you can copy your public glitch url (to the homepage of your app) into the challenge screen to test it! Optionally you may choose to write your project on another platform but it must be publicly visible for our testing. -Start this project on Glitch using [this link](https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-advancednode/) or clone [this repository](https://github.com/freeCodeCamp/boilerplate-advancednode/) on GitHub! If you use Glitch, remember to save the link to your project somewhere safe \ No newline at end of file +Start this project on Glitch using [this link](https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-advancednode/) or clone [this repository](https://github.com/freeCodeCamp/boilerplate-advancednode/) on GitHub! If you use Glitch, remember to save the link to your project somewhere safe.