diff options
-rw-r--r-- | src/site/xdoc/cookbook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/xdoc/cookbook.xml b/src/site/xdoc/cookbook.xml index f164676..5d51225 100644 --- a/src/site/xdoc/cookbook.xml +++ b/src/site/xdoc/cookbook.xml @@ -44,7 +44,7 @@ </p> <p> Well, the first thing you need to do is open the database. The - entry point class in the Jackcess API is, suprisingly enough, the + entry point class in the Jackcess API is, surprisingly enough, the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database</a> class. </p> <source> |