From e706ce13b9ad1bdc505de2e8940ea0d372da26be Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Fri, 29 Dec 2023 08:15:52 +1000 Subject: [PATCH] Update index.rst Co-authored-by: Jacob Coffee --- docs/usage/openapi/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/openapi/index.rst b/docs/usage/openapi/index.rst index 4df50c804d..0d5a5d3c14 100644 --- a/docs/usage/openapi/index.rst +++ b/docs/usage/openapi/index.rst @@ -11,7 +11,7 @@ Litestar has first class OpenAPI support offering the following features: Litestar includes a complete implementation of the `latest version of the OpenAPI specification `_ using Python dataclasses. This implementation is used as a basis for generating OpenAPI specs, supporting builtins including -`dataclasses` and `TypedDict`, as well as Pydantic models and any 3rd party entities for which a plugin is implemented. +``dataclasses`` and ``TypedDict``, as well as Pydantic models and any 3rd party entities for which a plugin is implemented. This is also highly configurable - and users can customize the OpenAPI spec in a variety of ways - ranging from passing configuration globally, to settings specific kwargs on route handler decorators.