From e3993a0f3ba96b9ec1f12fcbbd98aff12d52c100 Mon Sep 17 00:00:00 2001 From: Mauricio Martinez Date: Tue, 12 Sep 2023 14:19:22 -0600 Subject: [PATCH] Adding ticks to requestInterceptor on docs to avoid spell change Signed-off-by: Mauricio Martinez --- plugins/api-docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/api-docs/README.md b/plugins/api-docs/README.md index ceddab540a..792a7fb0b7 100644 --- a/plugins/api-docs/README.md +++ b/plugins/api-docs/README.md @@ -223,9 +223,9 @@ security: - [The Backstage homepage](https://backstage.io) -### Adding requestInterceptor to Swagger UI +### Adding `requestInterceptor` to Swagger UI -To configure a [requestInterceptor for Swagger UI](https://github.com/swagger-api/swagger-ui/tree/master/flavors/swagger-ui-react#requestinterceptor-proptypesfunc) you'll need to add the following to your `api.tsx`: +To configure a [`requestInterceptor` for Swagger UI](https://github.com/swagger-api/swagger-ui/tree/master/flavors/swagger-ui-react#requestinterceptor-proptypesfunc) you'll need to add the following to your `api.tsx`: ```tsx ...