Skip to content

Commit

Permalink
Fyx typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chav170 committed Jan 30, 2024
1 parent 913b13d commit d1a3c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Documentation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down

0 comments on commit d1a3c90

Please sign in to comment.