From a48bf0bdb670fcb7adae6300406f18ab6b09fc7f Mon Sep 17 00:00:00 2001 From: Jordan Whitfield Date: Fri, 7 Sep 2018 09:53:57 +0100 Subject: [PATCH] docs: fix a typo in the Universal guide (#25853) line 39: `highly-interactive` is the pre-qualifier of `Angular application`, which is the subject so the comma is not necessary (I think). I think this will make it easier for non-native speakers. PR Close #25853 --- aio/content/guide/universal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 5076ee7b74..1f19d33d7c 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -36,7 +36,7 @@ There are three main reasons to create a Universal version of your app. Google, Bing, Facebook, Twitter and other social media sites rely on web crawlers to index your application content and make that content searchable on the web. -These web crawlers may be unable to navigate and index your highly-interactive, Angular application as a human user could do. +These web crawlers may be unable to navigate and index your highly-interactive Angular application as a human user could do. Angular Universal can generate a static version of your app that is easily searchable, linkable, and navigable without JavaScript. It also makes a site preview available since each URL returns a fully-rendered page.