chore(typos): Fix low-impact typos

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2025-04-18 14:19:31 +02:00
parent 129dfdb588
commit 72d019d663
83 changed files with 218 additions and 150 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.
*/
@@ -209,7 +209,7 @@ export type UrlReaderServiceReadTreeOptions = {
* @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.
*/