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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -123,7 +123,7 @@ export interface ScaffolderScaffoldResponse {
|
||||
}
|
||||
|
||||
/**
|
||||
* The arguments for `getIntergationsList`.
|
||||
* The arguments for `getIntegrationsList`.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user