ソースを参照

Fixed typos

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23027 44c647ce-9c0f-0410-b52a-842ac1e357ba
jonathan_maron 15 年 前
コミット
d57967d03e

+ 2 - 2
documentation/manual/en/module_specs/Zend_Service_LiveDocx.xml

@@ -470,7 +470,7 @@ file_put_contents('document.pdf', $document);
                 The only difference is the naming convention of the text field. Whereas, a text
                 field for textual information can have (almost) any identifier, a text field for
                 an image must start with <emphasis>image:</emphasis>. For example, in the case of our badge
-                application, we would have the following fields 3 fields:
+                application, we would have the following 3 fields:
             </para>
 
             <para>
@@ -491,7 +491,7 @@ file_put_contents('document.pdf', $document);
                 LiveDocx server. This can be achieved using the <emphasis>uploadImage($filename)</emphasis> method.
             </para>
 
-            <para>The following code snipped illustrates the flow:</para>
+            <para>The following code snippet illustrates the flow:</para>
 
             <programlisting language="php"><![CDATA[
 $phpLiveDocx = new Zend_Service_LiveDocx_MailMerge();