docs: Fix a small mistake in the docs. (#1222)

Co-authored-by: Andreas Donig <git@innwiese.de>
This commit is contained in:
Andreas Donig 2024-06-04 20:41:09 +02:00 committed by GitHub
parent 3726f9b8b0
commit 58cc007ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ You could then pass in `%{name: "a name", description: "a description"}` to this
### Using `default_accept` for all actions
The resource can have a `default_accept`, declared in its `actions` block, which will be used as the accept list for `create` and `destroy` actions, if they don't define one.
The resource can have a `default_accept`, declared in its `actions` block, which will be used as the accept list for `create` and `update` actions, if they don't define one.
```elixir
actions do