From 3692a73de5a48f776fdfd3c3c5e27f3fc1e2adbd Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Wed, 14 Aug 2013 16:27:03 +0200 Subject: [PATCH] Fix spelling mistake in resources.md refs #4503 --- doc/resources.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/resources.md b/doc/resources.md index 7a68900a3..805886449 100644 --- a/doc/resources.md +++ b/doc/resources.md @@ -55,8 +55,9 @@ Lets assume for the following examples, that we have an *resources.ini* that loo bar = "bar" -In the most simple use-case you can create an Adapter by calling the -*getDbAdapter* function. The created adapter will be an instance of Zend_Db_Adapter_ +In the most simple use-case you can create an adapter by calling the +*getDbAdapter* function. The created adapter will be an instance of +Zend_Db_Adapter_Pdo_Mysql $adapter = DbAdapterFactory::getDbAdapter('resource1');