Skip to content

Commit 308fd6d

Browse files
Typo in readme
1 parent 07b5d15 commit 308fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $app->post('/user', function() use ($app){
4747

4848
### Example with DbUnit
4949

50-
If you with to use Database fixture, use class `WebDbTestCase`. Caution: make sure the names you use for you fixture models won't conflict with your actual DB tables.
50+
If you wish to use Database fixture, use class `WebDbTestCase`. Caution: make sure the names you use for you fixture models won't conflict with your actual DB tables.
5151

5252
```php
5353
class LocalDbWebTestCase extends \There4\Slim\Test\WebDbTestCase {

0 commit comments

Comments
 (0)