Skip to content

Commit 78c6d31

Browse files
authored
Merge pull request #349 from ash-jc-allen/patch-2
Fix minor typo
2 parents 81c0362 + 2a83e80 commit 78c6d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ You may find all the expectations included in the `security` preset below in our
655655

656656
The `laravel` preset is a predefined set of expectations that can be used on [Laravel](https://laravel.com) projects.
657657

658-
It ensures you project's structure is following the well-known Laravel conventions, such as controllers only have `index`, `show`, `create`, `store`, `edit`, `update`, `destroy` as public methods and are always suffixed with `Controller` and so on.
658+
It ensures your project's structure is following the well-known Laravel conventions, such as controllers only having `index`, `show`, `create`, `store`, `edit`, `update`, `destroy` as public methods and are always suffixed with `Controller` and so on.
659659

660660
```php
661661
arch()->preset()->laravel();

0 commit comments

Comments
 (0)