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
This commit is contained in:
Jordan Whitfield 2018-09-07 09:53:57 +01:00 committed by Alex Rickabaugh
parent b807106f54
commit 794c3595d4
1 changed files with 1 additions and 1 deletions

View File

@ -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.