Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit a2df0c2

Browse files
authored
Merge pull request #772 from tomhv/patch-1
Small typo (redundancy)
2 parents 671e610 + b816414 commit a2df0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/the-frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Modify the Page Document
4040

4141
The menu document has to implement the ``Knp\Menu\NodeInterface``
4242
provided by the KnpMenuBundle. Modify the Page document so that it
43-
implements the this interface::
43+
implements this interface::
4444

4545
// src/Acme/BasicCmsBundle/Document/Page.php
4646
namespace Acme\BasicCmsBundle\Document;

0 commit comments

Comments
 (0)