Browse Source

fix some typos

Thomas 14 năm trước cách đây
mục cha
commit
cf89992130
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Resources/doc/reference/routing.rst

+ 3 - 3
Resources/doc/reference/routing.rst

@@ -13,7 +13,7 @@ Routing Definition
 ------------------
 
 You can set a ``baseRouteName`` property inside your ``Admin`` class, which
-represents the each route prefix.
+represents the route prefix.
 
 .. code-block:: php
 
@@ -26,9 +26,9 @@ represents the each route prefix.
     }
 
 
-If no ``baseRouteName`` is defined then the Admin will pick on for you built on
+If no ``baseRouteName`` is defined then the Admin will pick on for you, built on
 following format : 'admin_vendor_bundlename_entityname_action'. If the Admin
-fails to find the best baseRouteName then the an ``RuntimeException`` will
+fails to find the best baseRouteName then a ``RuntimeException`` will
 be throw.
 
 The same goes for the ``baseRoutePattern``.