From 2ac50079c1a9f2dfe2db4f9671d823086915e9d2 Mon Sep 17 00:00:00 2001
From: Tim Burke <tim.burke@gmail.com>
Date: Thu, 17 Oct 2019 09:52:50 -0700
Subject: [PATCH] docs: Fix then/than grammar

Change-Id: I948d65d0d3b58fcb13f8141fe095ccad4b8f1425
Closes-Bug: #1848485
---
 doc/source/cors.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/cors.rst b/doc/source/cors.rst
index 0f7ad0147a..67feca5c9d 100644
--- a/doc/source/cors.rst
+++ b/doc/source/cors.rst
@@ -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.