Fix spelling mistake in resources.md

refs #4503
This commit is contained in:
Matthias Jentsch 2013-08-14 16:27:03 +02:00
parent f1040aad60
commit 3692a73de5
1 changed files with 3 additions and 2 deletions

View File

@ -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');