diff --git a/plugins/search-backend-module-explore/README.md b/plugins/search-backend-module-explore/README.md index 7d0f25b543..e775cf42b6 100644 --- a/plugins/search-backend-module-explore/README.md +++ b/plugins/search-backend-module-explore/README.md @@ -42,7 +42,7 @@ backend.start(); ### Using Auth Middleware -If your Backstage instance uses service-to-service authentication you can pass an optional tokenManager to the collator factory. This will ensure that the collator makes authenticated requests to the explore backend. +If your Backstage instance uses service-to-service authentication you can pass an optional `tokenManager` to the collator factory. This will ensure that the collator makes authenticated requests to the explore backend. ```tsx indexBuilder.addCollator({