Merge pull request #25807 from kurtaking/kk/doc-typos

docs: fix typos in new backend-related docs
This commit is contained in:
Ben Lambert
2024-07-29 10:24:54 +02:00
committed by GitHub
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
fix typo in `getPluginRequestToken` comments
@@ -497,7 +497,7 @@ catalog:
providers:
githubOrg:
- id: production
githubUrl: 'https://github.com',
githubUrl: 'https://github.com'
orgs: ['backstage']
schedule:
frequency: PT30M
@@ -536,8 +536,8 @@ catalog:
providers:
githubOrg:
- id: production
githubUrl: 'https://github.com',
orgs: ['org-a', 'org-b'],
githubUrl: 'https://github.com'
orgs: ['org-a', 'org-b']
schedule:
frequency: PT30M
timeout: PT15M
@@ -208,7 +208,7 @@ export interface AuthService {
*
* @remarks
*
* This method should be called before each request. Do not cold on to the
* This method should be called before each request. Do not hold on to the
* issued token and reuse it for future calls.
*/
getPluginRequestToken(options: {