From 1e646bdaa712a65eefeb90d59d287974bdb4936b Mon Sep 17 00:00:00 2001 From: Christopher Diaz Date: Tue, 16 May 2023 14:14:53 -0400 Subject: [PATCH] update changelog docs Signed-off-by: Christopher Diaz --- plugins/search-backend-module-explore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({