From 92e4c3b4eeebb8a76649f25de27ad045ac2eae77 Mon Sep 17 00:00:00 2001 From: Arthur Kirkosa Date: Thu, 24 Dec 2020 17:30:19 +0200 Subject: [PATCH] Update filtering.md --- docs/docs/4.0/filtering/filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/4.0/filtering/filtering.md b/docs/docs/4.0/filtering/filtering.md index 0d9344b0f..3a2185d8f 100644 --- a/docs/docs/4.0/filtering/filtering.md +++ b/docs/docs/4.0/filtering/filtering.md @@ -130,7 +130,7 @@ This will return all posts that doesn't contain `Some title` substring. ### Match closure -There may be situations when the filter you want to apply not necessarily is a database attributes. You can use a Closure to handle this easily: +There may be situations when the filter you want to apply is not necessarily a database attribute. You can use a Closure to handle this easily: ```php // UserRepository