From 67d85b36805dcec35c2bda6ec154380a8bdbc597 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Feb 2021 20:38:06 -0600 Subject: [PATCH] docs: capitalize Angular word in upgrade-setup.md file (#40862) PR Close #40862 --- aio/content/guide/upgrade-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/upgrade-setup.md b/aio/content/guide/upgrade-setup.md index bf1e9da49e..59e938cd38 100644 --- a/aio/content/guide/upgrade-setup.md +++ b/aio/content/guide/upgrade-setup.md @@ -301,10 +301,10 @@ The following are all in `src/` ## Appendix: Develop locally with IE -If you develop angular locally with `ng serve`, a `websocket` connection is set up automatically between browser and local dev server, so when your code changes, the browser can automatically refresh. +If you develop Angular locally with `ng serve`, a `websocket` connection is set up automatically between browser and local dev server, so when your code changes, the browser can automatically refresh. In Windows, by default, one application can only have 6 websocket connections, MSDN WebSocket Settings. -So when IE is refreshed (manually or automatically by `ng serve`), sometimes the websocket does not close properly. When websocket connections exceed the limitations, a `SecurityError` will be thrown. This error will not affect the angular application, you can just restart IE to clear this error, or modify the windows registry to update the limitations. +So when IE is refreshed (manually or automatically by `ng serve`), sometimes the websocket does not close properly. When websocket connections exceed the limitations, a `SecurityError` will be thrown. This error will not affect the Angular application, you can just restart IE to clear this error, or modify the windows registry to update the limitations. ## Appendix: Test using `fakeAsync()/waitForAsync()`