docs: Fix then/than grammar

Change-Id: I948d65d0d3b58fcb13f8141fe095ccad4b8f1425
Closes-Bug: #1848485
This commit is contained in:
Tim Burke 2019-10-17 09:52:50 -07:00
parent f4fc811862
commit 2ac50079c1

View File

@ -3,7 +3,7 @@ CORS
====
CORS_ is a mechanism to allow code running in a browser (Javascript for
example) make requests to a domain other then the one from where it originated.
example) make requests to a domain other than the one from where it originated.
Swift supports CORS requests to containers and objects.