Sfoglia il codice sorgente

DOCUMENTATION English:
- fixed typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15467 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 anni fa
parent
commit
98d5ce8cf4

+ 3 - 3
documentation/manual/en/module_specs/Zend_Controller-Migration.xml

@@ -16,10 +16,10 @@
             <title>Standard Route Changes</title>
 
             <para>
-                As translated segements were introduced into the new standard
-                route, the <code>@</code> character is no a special character
+                As translated segments were introduced into the new standard
+                route, the <code>@</code> character is now a special character
                 in the beginning of a route segment. To be able to use it in a
-                static segment, you must escape it by prefixing it with  second
+                static segment, you must escape it by prefixing it with second
                 <code>@</code> character. The same rule now applies for the
                 <code>:</code> character.
             </para>