Skip to content

Commit

Permalink
Fix some typos in README.md (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmouk authored Dec 18, 2023
1 parent f0aa55c commit 688a38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ use Committee::Middleware::RequestValidation,
```

Committee has few options which enable convert request data.
By default committee save converted data to `committee.params` and rails dose not read it.
So we need save convertd value to `'action_dispatch.request.request_parameters'` because rails create parameter from this value.
By default committee save converted data to `committee.params` and rails does not read it.
So we need to save converted value to `'action_dispatch.request.request_parameters'` because rails create parameter from this value.

## Using OpenAPI 3

Expand Down

0 comments on commit 688a38d

Please sign in to comment.