Skip to content

Commit 16be675

Browse files
authored
Typo fix (#45)
came => camel
1 parent ed5abe0 commit 16be675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in your controller override the following params:
8181

8282
## Snake vs Camel
8383

84-
* middleware to convert all came to snake: `Phpsa\LaravelApiController\Http\Middleware\SnakeCaseInputs`
84+
* middleware to convert all camel to snake: `Phpsa\LaravelApiController\Http\Middleware\SnakeCaseInputs`
8585
* set request header `X-Accept-Case-Type` to either `snake` or `camel` to alter your data response
8686

8787

0 commit comments

Comments
 (0)