Merge pull request #29665 from GabDug/typos

chore(typos): fix various code typos
This commit is contained in:
Fredrik Adelöw
2025-04-28 16:50:18 +02:00
committed by GitHub
83 changed files with 217 additions and 149 deletions
@@ -93,7 +93,7 @@ export interface HttpAuthService {
*
* Normally you do not have to specify this option, because the default
* behavior is to extract the credentials from the request that
* corresponded to the given respnse.
* corresponded to the given response.
*/
credentials?: BackstageCredentials;
},
@@ -110,7 +110,7 @@ export type UrlReaderServiceReadUrlOptions = {
* @remarks
*
* By default all URL Readers will use the integrations config which is supplied
* when creating the Readers. Sometimes it might be desireable to use the already
* when creating the Readers. Sometimes it might be desirable to use the already
* created URLReaders but with a different token, maybe that's supplied by the user
* at runtime.
*/
@@ -323,7 +323,7 @@ export type UrlReaderServiceSearchOptions = {
* @remarks
*
* By default all URL Readers will use the integrations config which is supplied
* when creating the Readers. Sometimes it might be desireable to use the already
* when creating the Readers. Sometimes it might be desirable to use the already
* created URLReaders but with a different token, maybe that's supplied by the user
* at runtime.
*/