diff --git a/docs/storage-openstack-swift.md b/docs/storage-openstack-swift.md
index 54e5bdce17672..c39ef1ce59e1c 100644
--- a/docs/storage-openstack-swift.md
+++ b/docs/storage-openstack-swift.md
@@ -37,7 +37,7 @@ For example, for Maven support, add the following to the pom.xml
fi
# Configuration Parameters
-Create core-site.xml
and place it inside /spark/conf
directory.
+Create core-site.xml
and place it inside Spark's conf
directory.
There are two main categories of parameters that should to be configured: declaration of the
Swift driver and the parameters that are required by Keystone.
@@ -100,7 +100,7 @@ contains a list of Keystone mandatory parameters. PROVIDER
can be a
For example, assume PROVIDER=SparkTest
and Keystone contains user tester
with password testing
-defined for tenant test
. Than core-site.xml
should include:
+defined for tenant test
. Then core-site.xml
should include:
{% highlight xml %}