summaryrefslogtreecommitdiff
path: root/sql/index.md
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-05-08 13:59:51 +0000
committerSean R. Owen <srowen@apache.org>2015-05-08 13:59:51 +0000
commit090a6d74cea47ee2023e2f15aa207afe83194702 (patch)
treed9a77f60ec22facf4ea1740a0a50aee5804169aa /sql/index.md
parent89f7bb0ead0b91237b156377f12b0216347d5b75 (diff)
downloadspark-website-090a6d74cea47ee2023e2f15aa207afe83194702.tar.gz
spark-website-090a6d74cea47ee2023e2f15aa207afe83194702.tar.bz2
spark-website-090a6d74cea47ee2023e2f15aa207afe83194702.zip
Reapply my past changes, which I had only applied to .html, to .md too, and add the changes from the regenerated .html too
Diffstat (limited to 'sql/index.md')
-rw-r--r--sql/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/index.md b/sql/index.md
index 4f042235d..09ce9deaa 100644
--- a/sql/index.md
+++ b/sql/index.md
@@ -16,7 +16,7 @@ subproject: SQL
<div class="col-md-7 col-sm-7">
<h2>Integrated</h2>
<p class="lead">
- Seemlessly mix SQL queries with Spark programs.
+ Seamlessly mix SQL queries with Spark programs.
</p>
<p>
Spark SQL lets you query structured data as a distributed dataset (RDD) in Spark, with integrated APIs in Python, Scala and Java.