From 13119c3c2b0bcdbc99304d11962a1f19238acbac Mon Sep 17 00:00:00 2001 From: Akhil Pillai Date: Sat, 19 Oct 2019 17:16:06 +0530 Subject: [PATCH] Update fullstack.json Corrected typo for Wes Bos' course, changed "Permiuim" to "Premium" --- resources/fullstack.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/fullstack.json b/resources/fullstack.json index df4971e..80b7ff4 100644 --- a/resources/fullstack.json +++ b/resources/fullstack.json @@ -10,7 +10,7 @@ }, { "title": "Learn Node", - "desc": "Permium course by WesBos teaching you the MEPN (Mongo, Express, Pug, Node) stack using a fullstack project as example.", + "desc": "Premium course by WesBos teaching you the MEPN (Mongo, Express, Pug, Node) stack using a fullstack project as example.", "url": "https://learnnode.com", "tags": [] }, @@ -21,4 +21,4 @@ "tags": [] } ] -} \ No newline at end of file +}