From 7375637d58957e60e376c42f12907640a5ecc241 Mon Sep 17 00:00:00 2001 From: Joshua Henderson Date: Tue, 15 Jan 2019 14:49:16 -0700 Subject: [PATCH] fix: corrected spelling errors in APIs and microservices guide (#34539) --- .../add-a-description-to-your-package.json/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json/index.md b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json/index.md index 33207e4cd8..6bbf249c79 100644 --- a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json/index.md +++ b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-description-to-your-package.json/index.md @@ -3,12 +3,12 @@ title: Add a Description to Your package.json --- ## Add a Description to Your package.json To complete the challenge follow the below steps: -* Go to the link given in the curriculam statring intro page. +* Go to the link given in the curriculum starting intro page. ![freecodecamp apis-and-microservices intro](https://user-images.githubusercontent.com/15084301/45616545-65732480-ba8d-11e8-9893-412ff6c68be5.png) [Glitch starter project link](https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-npm) -* Edit the package.json file and update the author -* Then click on the show(your app) link at the top on the Glitch project to get the public link +* Edit the package.json file and update the author. +* Then click on the show(your app) link at the top on the Glitch project to get the public link: ![Glitch public project link](https://user-images.githubusercontent.com/15084301/45616579-8176c600-ba8d-11e8-8a46-4ac930578e74.png) * Submit the link in the solution and that's it. ![sucess page](https://user-images.githubusercontent.com/15084301/45616757-019d2b80-ba8e-11e8-8b5b-98dc6d02c235.png)