From 737e4697effb8fd55ac83e5098245fb66a5d44b4 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Wed, 19 Feb 2014 17:39:47 -0600 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4c1003..b38923d3 100644 --- a/README.md +++ b/README.md @@ -450,7 +450,7 @@ create the connection (if needed) and then return it. will return the default connection. - `getWrite()` will return a named write connection; if no name is specified, - it will return a random read connection. If no write connections are + it will return a random write connection. If no write connections are defined, it will return the default connection. ```php