docs(aio): fix punctuation for clarity (#21325)

PR Close #21325
This commit is contained in:
Anton Strogonoff 2018-01-05 18:36:47 +09:00 committed by Kara Erickson
parent 6040ee39eb
commit 27196b676b
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ and to
Angular developers may encounter a
<a href="https://en.wikipedia.org/wiki/Cross-origin_resource_sharing" title="Cross-origin resource sharing">
<i>cross-origin resource sharing</i></a> error when making a service request (typically a data service request).
<i>cross-origin resource sharing</i></a> error when making a service request (typically a data service request)
to a server other than the application's own host server.
Browsers forbid such requests unless the server permits them explicitly.