Browse Source

[DOCUMENTATION] typo from 'brach' to 'branch'. and add one comma.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17018 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
8e6f365c5c

+ 2 - 2
documentation/manual/en/module_specs/Zend_Http_Client-Migration.xml

@@ -6,7 +6,7 @@
 
     <para>
         While the external API of <classname>Zend_Http_Client</classname> has remained
-        consistent throughout the 1.x brach of Zend Framework, some changes were introduced
+        consistent throughout the 1.x branch of Zend Framework, some changes were introduced
         to the internal structure of <classname>Zend_Http_Client</classname> and its related
         classes.
     </para>
@@ -69,7 +69,7 @@ $client->setFileUpload('file2.txt', 'userfile[]', 'some other data', 'applicatio
             </example>
 
             <para>
-                As you can see this change permits the usage of the same form element name with
+                As you can see, this change permits the usage of the same form element name with
                 more than one file - however, it introduces a subtle backwards-compatibility change
                 and as such should be noted.
             </para>