Skip to content

Commit ded268c

Browse files
authored
Merge pull request Codeception#451 from int64/04-misprint
Misprint front controller
2 parents a4be2d1 + 460f0cc commit ded268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-FunctionalTests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Functional tests don't require a web server.
1111
Under the hood, Codeception uses Symfony's [BrowserKit](https://symfony.com/doc/current/components/browser_kit.html)
1212
to "send" requests to your app. So there's no real HTTP request made, but rather a BrowserKit
1313
[Request object](https://github.com/symfony/browser-kit/blob/master/Request.php) with the required properties is
14-
passed to your framework's (font-)controller.
14+
passed to your framework's (front-)controller.
1515

1616
As a first step, you need to enable Codeception's module for your framework in `functional.suite.yml` (see below).
1717

0 commit comments

Comments
 (0)