From a35fc493c50852656e70dd07fa06ba3bef03e84d Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Thu, 27 Nov 2025 16:37:15 +0100 Subject: [PATCH] Fix `ln` and `hl` for `fastapi/openapi/docs.py` in `configure-swagger-ui.md` --- docs/en/docs/how-to/configure-swagger-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/how-to/configure-swagger-ui.md b/docs/en/docs/how-to/configure-swagger-ui.md index 2d7b99f8f..3dbfcffec 100644 --- a/docs/en/docs/how-to/configure-swagger-ui.md +++ b/docs/en/docs/how-to/configure-swagger-ui.md @@ -40,7 +40,7 @@ FastAPI includes some default configuration parameters appropriate for most of t It includes these default configurations: -{* ../../fastapi/openapi/docs.py ln[8:23] hl[17:23] *} +{* ../../fastapi/openapi/docs.py ln[9:24] hl[18:24] *} You can override any of them by setting a different value in the argument `swagger_ui_parameters`.