From 074dca6997ca09271775e791cffea307c3370547 Mon Sep 17 00:00:00 2001 From: John Skoteiniotis Date: Sat, 11 Jun 2022 19:23:28 +0100 Subject: [PATCH] typo in Collection by Field section --- .../developer-resources/content-api/integrations/laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md index 85bcab9b3b..e2ebe549cd 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md @@ -111,7 +111,7 @@ $homepageItem = $strapi->single('homepage', 'content'); ```php $strapi = new Dbfx\LaravelStrapi(); -$entries = $strapi->entriesByField('restaurants', 'slug', 'test-restuarant-name'); +$entries = $strapi->entriesByField('restaurants', 'slug', 'test-restaurant-name'); ``` ## Single item from collection