Skip to content

Commit 284490f

Browse files
authored
Correct english possessive to plural (#327)
* Correct english possessive to plural * Update 04-FunctionalTests.md
1 parent ffd4747 commit 284490f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/04-FunctionalTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ One of the common issues with functional tests is the use of PHP functions that
5252
As you may already know, the `header` function triggers an error if it is executed after PHP has already output something.
5353
In functional tests we run the application multiple times, thus we will get lots of irrelevant errors in the result.
5454

55-
### External URL's
55+
### External URLs
5656

57-
Functional tests cannot access external URL's, just URL's within your project. You can use Guzzle to open external URL's.
57+
Functional tests cannot access external URLs, just URLs within your project. You can use PhpBrowser to open external URLs.
5858

5959
### Shared Memory
6060

0 commit comments

Comments
 (0)