diff --git a/helpers.md b/helpers.md index 55215a1d31..88fc5b55c6 100644 --- a/helpers.md +++ b/helpers.md @@ -2511,7 +2511,7 @@ event(new UserRegistered($user)); The `fake` function resolves a [Faker](https://github.com/FakerPHP/Faker) singleton from the container, which can be useful when creating fake data in model factories, database seeding, tests, and prototyping views: ```blade -@for($i = 0; $i < 10; $i++) +@for ($i = 0; $i < 10; $i++)