aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKen Geis <geis.ken@gmail.com>2015-04-23 20:45:33 -0700
committerReynold Xin <rxin@databricks.com>2015-04-23 20:45:33 -0700
commit67bccbda1e3ed7db2753daa7e6ae8b1441356177 (patch)
tree27ba74289a72b268d97ccdc7a6de41100212c27e /docs
parent2d010f7afe6ac8e67e07da6bea700e9e8c9e6cc2 (diff)
downloadspark-67bccbda1e3ed7db2753daa7e6ae8b1441356177.tar.gz
spark-67bccbda1e3ed7db2753daa7e6ae8b1441356177.tar.bz2
spark-67bccbda1e3ed7db2753daa7e6ae8b1441356177.zip
Update sql-programming-guide.md
fix typo Author: Ken Geis <geis.ken@gmail.com> Closes #5674 from kgeis/patch-1 and squashes the following commits: 5ae67de [Ken Geis] Update sql-programming-guide.md
Diffstat (limited to 'docs')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index b202254626..49b1e69f0e 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1364,7 +1364,7 @@ the Data Sources API. The following options are supported:
<tr>
<td><code>driver</code></td>
<td>
- The class name of the JDBC driver needed to connect to this URL. This class with be loaded
+ The class name of the JDBC driver needed to connect to this URL. This class will be loaded
on the master and workers before running an JDBC commands to allow the driver to
register itself with the JDBC subsystem.
</td>