From 38dac555d591d84b3682473276c9e204ab34c795 Mon Sep 17 00:00:00 2001 From: misacorn <35432501+misacorn@users.noreply.github.com> Date: Fri, 16 Nov 2018 10:57:34 +0200 Subject: [PATCH] docs(production-app): Typo fix --- docs/docs/production-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/production-app.md b/docs/docs/production-app.md index 6aa409c64483d..f1671e32103ec 100644 --- a/docs/docs/production-app.md +++ b/docs/docs/production-app.md @@ -68,7 +68,7 @@ This is a separate bundle for each page. The mechanics for how these are split o ## production-app.js -This is the entrypoint to webpack that outputs `app-[contenthash].js` bundle. It is responsible for nagivation and page loading once the initial HTML has been loaded. +This is the entrypoint to webpack that outputs `app-[contenthash].js` bundle. It is responsible for navigation and page loading once the initial HTML has been loaded. ### First load