diff --git a/en/tutorial-basic.md b/en/tutorial-basic.md index ef39c72c6a35..f0a32dc824f3 100644 --- a/en/tutorial-basic.md +++ b/en/tutorial-basic.md @@ -633,7 +633,7 @@ if ($users->count() > 0) { } ``` -As you can see our variables `$users` can be iterated and counted. You can get more information on how models operate in our document about [models](db-models). +As you can see our variable `$users` can be iterated and counted. You can get more information on how models operate in our document about [models](db-models). ![](/assets/images/content/tutorial-basic-5.png)