Skip to content

Commit c7d22b6

Browse files
committed
[#12336] fix a minor typo
1 parent 1fd7412 commit c7d22b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ following configuration file:
3939
resource: '../src/Controller/'
4040
type: annotation
4141
42-
This configuration tells Symfony to looks for routes defined as annotations in
42+
This configuration tells Symfony to look for routes defined as annotations in
4343
any PHP class stored in the ``src/Controller/`` directory.
4444

4545
Suppose you want to define a route for the ``/blog`` URL in your application. To

0 commit comments

Comments
 (0)