From c8121d61dd7ccd0e0ea861ffba8c8254a0efc9d0 Mon Sep 17 00:00:00 2001 From: Tomas Echeverri Valencia Date: Wed, 21 Sep 2016 13:32:36 -0500 Subject: [PATCH] docs(quickstart): Change Npm to npm (#2398) --- public/docs/js/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index 86df565921..7c3f31ed14 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -460,7 +460,7 @@ code-example(format=""). .l-main-section :marked - ### Appendix: Npm errors and warnings + ### Appendix: npm errors and warnings All is well if there are no console messages starting with `npm ERR!` *at the end* of **npm install**. There might be a few `npm WARN` messages along the way — and that is perfectly fine.