From f732a5135d567dc894da8344d0661a52cc3222a8 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Wed, 1 Mar 2023 10:20:03 +0100 Subject: [PATCH] Fix typos cutom -> custom --- docs/drf_auto_endpoint/endpoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drf_auto_endpoint/endpoint.md b/docs/drf_auto_endpoint/endpoint.md index 1f80dfc..d129449 100644 --- a/docs/drf_auto_endpoint/endpoint.md +++ b/docs/drf_auto_endpoint/endpoint.md @@ -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* @@ -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