diff --git a/grouping-tests.md b/grouping-tests.md index 4599e4a..26ad367 100644 --- a/grouping-tests.md +++ b/grouping-tests.md @@ -41,7 +41,7 @@ If you want to assign a group to a describe block, you can do so by chaining the ```php describe('home', function () { - test('main page', function () + test('main page', function () { // }); })->group('feature');