From 691e86c9bffacc3adedd73062967f16eb6bcb6b9 Mon Sep 17 00:00:00 2001 From: cameronbriar Date: Mon, 17 Apr 2017 23:11:24 -0700 Subject: [PATCH] docs(aio): fix minor typos in deployment guide --- aio/content/guide/deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index ba52f85129..f115dc8573 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -233,7 +233,7 @@ Although deploying directly from the development environment works, it's far fro The client makes many small requests for individual application code and template files, a fact you can quickly confirm by looking at the network tab in a browser's developer tools. -Each small file download can spend more time communicating with the server than tranfering data. +Each small file download can spend more time communicating with the server than transferring data. Development files are full of comments and whitespace for easy reading and debugging. The browser downloads entire libraries, instead of just the parts the app needs. @@ -242,7 +242,7 @@ can be significantly larger than is strictly necessary to execute the applicatio The many requests and large payloads mean the app takes longer to launch than it would if you optimized it. -Several seconds may pass (or worse) before the user can see or do anything userful. +Several seconds may pass (or worse) before the user can see or do anything useful. Does it matter? That depends upon business and technical factors you must evaluate for yourself. @@ -628,4 +628,4 @@ Read about how to enable CORS for specific servers at ## Next steps If you want to go beyond the [simple _copy-deploy_](guide/deployment#dev-deploy "Simplest deployment possible") approach, - read the [AOT Cookbook](cookbook/aot-compiler "AOT Cookbook") next. \ No newline at end of file + read the [AOT Cookbook](cookbook/aot-compiler "AOT Cookbook") next.