Browse Source

[DOCUMENTATION] English grammatical TYPO

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

+ 1 - 1
documentation/manual/en/module_specs/Zend_Barcode-Introduction.xml

@@ -6,7 +6,7 @@
     <para>
         <classname>Zend_Barcode</classname> provides a generic way to generate barcodes. The
         <classname>Zend_Barcode</classname> component is divided into two subcomponents: barcode
-        objects and renderers. Objects you allow to create barcodes independently of the
+        objects and renderers. Objects allow you to create barcodes independently of the
         renderer. Renderer allow you to draw barcodes based on the support required.
     </para>
 </sect1>