chore(typos): Fix low-impact typos
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user