From 60a48446e902dac0047529776538c3ca359ed028 Mon Sep 17 00:00:00 2001 From: Carl Mungazi Date: Thu, 21 Jan 2016 23:54:37 +0000 Subject: [PATCH] Update bundling-your-app-for-deploy.md Fixed typo. --- doc/article/en-US/bundling-your-app-for-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)