Apply suggestions from code review

Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Ben Lambert
2022-03-08 12:49:26 +00:00
committed by GitHub
parent c54fc49643
commit f9ed42aba0
7 changed files with 7 additions and 7 deletions
@@ -38,7 +38,7 @@ export interface EntityPickerUiOptions {
}
/**
* The underling component that is rendered in the form for the `EntityPicker`
* The underlying component that is rendered in the form for the `EntityPicker`
* field extension.
*
* @public
@@ -35,7 +35,7 @@ export interface EntityTagsPickerUiOptions {
}
/**
* The underling component that is rendered in the form for the `EntityTagsPicker`
* The underlying component that is rendered in the form for the `EntityTagsPicker`
* field extension.
*
* @public
@@ -40,7 +40,7 @@ export interface OwnedEntityPickerUiOptions {
}
/**
* The underling component that is rendered in the form for the `OwnedEntityPicker`
* The underlying component that is rendered in the form for the `OwnedEntityPicker`
* field extension.
*
* @public
@@ -28,7 +28,7 @@ export interface OwnerPickerUiOptions {
}
/**
* The underling component that is rendered in the form for the `OwnerPicker`
* The underlying component that is rendered in the form for the `OwnerPicker`
* field extension.
*
* @public
@@ -51,7 +51,7 @@ export interface RepoUrlPickerUiOptions {
}
/**
* The underling component that is rendered in the form for the `RepoUrlPicker`
* The underlying component that is rendered in the form for the `RepoUrlPicker`
* field extension.
*
* @public
+1 -1
View File
@@ -104,7 +104,7 @@ export const RepoUrlPickerFieldExtension = scaffolderPlugin.provide(
);
/**
* A field extensions for picking users and groups out of the Catalog.
* A field extension for picking users and groups out of the Catalog.
*
* @public
*/
+1 -1
View File
@@ -123,7 +123,7 @@ export interface ScaffolderScaffoldResponse {
}
/**
* The arguments for `getIntergationsList`.
* The arguments for `getIntegrationsList`.
*
* @public
*/