diff --git a/doc/article/en-US/bundling-your-app-for-deploy.md b/doc/article/en-US/bundling-your-app-for-deploy.md index 51a8fc53..7b16cdf0 100755 --- a/doc/article/en-US/bundling-your-app-for-deploy.md +++ b/doc/article/en-US/bundling-your-app-for-deploy.md @@ -15,7 +15,7 @@ --- ## [Introduction](aurelia-doc://section/1/version/1.0.0) -Most of the current major browsers limit the number of simultaneous connections per hostname to six. This means that while six requests are being processed, additional requests for assets on a host will be queued by the browser. In the image below, the Chrome F12 developer tools network tab shows the timing for assets required by the `welcome view` of the skeleton-naviagation application. +Most of the current major browsers limit the number of simultaneous connections per hostname to six. This means that while six requests are being processed, additional requests for assets on a host will be queued by the browser. In the image below, the Chrome F12 developer tools network tab shows the timing for assets required by the `welcome view` of the skeleton-navigation application. ![No of requests made by unbundled application](img/unbundled-aurelia-application.jpg)