diff --git a/docs/package/scopes.md b/docs/package/scopes.md index 05843b9..fcc5bc8 100644 --- a/docs/package/scopes.md +++ b/docs/package/scopes.md @@ -18,7 +18,7 @@ Post::notTranslatedIn('en')->get(); ## translated\(\) -Returns all posts not being translated in any locale +Returns all posts with existing translations ```php Post::translated()->get();