Skip to content

Commit 34eceb1

Browse files
pborreliweaverryan
authored andcommitted
Fixed typos
1 parent eb8f0dd commit 34eceb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ route. With this information, any URL can easily be generated::
11681168
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller`,
11691169
you can use the
11701170
:method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller::generateUrl`
1171-
method, which call's the router service's
1171+
method, which calls the router service's
11721172
:method:`Symfony\\Component\\Routing\\Router::generate` method.
11731173

11741174
In an upcoming section, you'll learn how to generate URLs from inside templates.

book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ the trusted reverse proxy cache.
904904
does not restrict to a specific IP address. Instead, using the ``ip``
905905
key means that the ``access_control`` entry will only match this IP address,
906906
and users accessing it from a different IP address will continue down
907-
the ``acces_control`` list.
907+
the ``access_control`` list.
908908

909909
Here is an example of how you might secure all ESI routes that start with a
910910
given prefix, ``/esi``, from outside access:

reference/constraints/Valid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ an ``Address`` instance in the ``$address`` property.
3434
.. code-block:: php
3535
3636
// src/Acme/HelloBundle/Entity/Author.php
37-
namespace Amce\HelloBundle\Entity;
37+
namespace Acme\HelloBundle\Entity;
3838
3939
class Author
4040
{

0 commit comments

Comments
 (0)