From 87763d6878c9ae7d3515a38e479e2017c753851c Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Wed, 26 May 2021 07:42:40 +0200 Subject: [PATCH] Fix wrong plural Fix wrong plural --- en/tutorial-basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)