summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2015-01-19 12:52:45 +0000
committerSimon Holywell <[email protected]>2015-01-19 12:52:45 +0000
commite42f1a91cca870608b10698f41837a395c164f22 (patch)
tree8dcd99d2d9b4cda6ce9175b198b27b2b60f1864e
parent02326402b18036a97972072ad66307c12334e387 (diff)
parent92cfb6819a5c9207c358c530299f52e5b50d44b8 (diff)
Merge pull request #257 from leongersen/patch-2
Fix typo on documentation title
-rw-r--r--docs/connections.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/connections.rst b/docs/connections.rst
index bb9ea72..20fb08f 100644
--- a/docs/connections.rst
+++ b/docs/connections.rst
@@ -1,4 +1,4 @@
-Mulitple Connections
+Multiple Connections
====================
Idiorm now works with multiple conections. Most of the static functions
work with an optional connection name as an extra parameter. For the
@@ -76,4 +76,5 @@ Notes
an array of connection names.
* Caching *should* work with multiple connections (remember to turn caching
on for each connection), but the unit tests are not robust. Please report
- any errors. \ No newline at end of file
+ any errors.
+