Adding ticks to requestInterceptor on docs to avoid spell change

Signed-off-by: Mauricio Martinez <mauricio.martinez@premise.com>
This commit is contained in:
Mauricio Martinez
2023-09-12 14:19:22 -06:00
parent 03c9e4c570
commit e3993a0f3b
+2 -2
View File
@@ -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
...