Skip to content

Commit

Permalink
Merge pull request #81 from asmaps/patch-1
Browse files Browse the repository at this point in the history
Fix typos cutom -> custom
  • Loading branch information
nanuxbe committed Mar 8, 2023
2 parents cc396f0 + f732a51 commit 0fa7b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/drf_auto_endpoint/endpoint.md
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 0fa7b6d

Please sign in to comment.