Skip to content

Commit

Permalink
Update bundling-your-app-for-deploy.md
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
CarlMungazi committed Jan 21, 2016
1 parent fab4f0f commit 60a4844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/bundling-your-app-for-deploy.md
Expand Up @@ -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)

Expand Down

0 comments on commit 60a4844

Please sign in to comment.