Browse Source

[ZF-9713] Manual:

- fixed typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22084 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 15 years ago
parent
commit
d3bd1a7289

+ 1 - 1
documentation/manual/en/module_specs/Zend_Test-PHPUnit-Db-Quickstart.xml

@@ -222,7 +222,7 @@ class BugsTest extends Zend_Test_PHPUnit_DatabaseTestCase
 
 
         <para>
         <para>
             There are other ways to assert that the current database state equals an expected
             There are other ways to assert that the current database state equals an expected
-            state. The "Bugs" table in the example already nows a lot about its inner state, so
+            state. The "Bugs" table in the example already knows a lot about its inner state, so
             why not use this to our advantage? The next example will assert that deleting from
             why not use this to our advantage? The next example will assert that deleting from
             the database is possible:
             the database is possible:
         </para>
         </para>