From d1a3c90db0ec257e6be38c2b4f804fd1dbcbda0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20P=C3=A9rez?= Date: Tue, 30 Jan 2024 15:17:24 +0000 Subject: [PATCH] Fyx typos in docs --- docs/Documentation/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Documentation/overview.md b/docs/Documentation/overview.md index 9485f12..5640197 100644 --- a/docs/Documentation/overview.md +++ b/docs/Documentation/overview.md @@ -115,9 +115,9 @@ Please note, that action validation is not the same as model level validation. T Crud service defines actions and parameters for RESTful crud API. -Nested Crud service gentting parent params from routing system and if it is presents loads Nested extension for all actions. +Nested Crud service getting parent params from routing system and if it is presents loads Nested extension for all actions. -Fallback service is default implemeention of Nested Crud that defines routes for 1-level deep nesting. +Fallback service is default the implementation of Nested Crud that defines routes for 1-level deep nesting. Crud actions define some events that depend on the type of action and more details could be checked in documentation. @@ -142,7 +142,7 @@ Any action are decorated by some functionality it is implements during it life f Different extension could return additional info that extends returned by API data. In this case extension append payload data into Result object that used by renderers to build final output. -This way such extensions like pagination or hateoas inteact with caller. +This way such extensions like pagination or hateoas interact with caller. ## Request parser