Skip to content

Commit

Permalink
Fix typos cutom -> custom
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaps committed Mar 1, 2023
1 parent cc396f0 commit f732a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/drf_auto_endpoint/endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Example:
}
```

### `cutom_actions` :warning: Only used by [metadata](./metadata.md)
### `custom_actions` :warning: Only used by [metadata](./metadata.md)

*defaults to an empty list*

Expand Down Expand Up @@ -278,7 +278,7 @@ root.
A dictionary with keys corresponding to css class names and values being a list
of condition dictionaries to be ealuated on the frontend.

## Decorators for cutom `Endpoint`'s
## Decorators for custom `Endpoint`'s

All decorators accept any number of keyword arguments. Those arguments will be
translated into a dictionary and made available as such for `OPTIONS` call to
Expand Down

0 comments on commit f732a51

Please sign in to comment.