diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index b2022546268a7d3729a0bd717e8ef5e4a5a3f4a8..49b1e69f0e9db0fa8d3205d4db8170933087bf24 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>