diff --git a/plugins/scaffolder/src/components/fields/EntityPicker/EntityPicker.tsx b/plugins/scaffolder/src/components/fields/EntityPicker/EntityPicker.tsx index 17c501d3a1..c899b56683 100644 --- a/plugins/scaffolder/src/components/fields/EntityPicker/EntityPicker.tsx +++ b/plugins/scaffolder/src/components/fields/EntityPicker/EntityPicker.tsx @@ -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 diff --git a/plugins/scaffolder/src/components/fields/EntityTagsPicker/EntityTagsPicker.tsx b/plugins/scaffolder/src/components/fields/EntityTagsPicker/EntityTagsPicker.tsx index 582fe57d72..5cf98cb8aa 100644 --- a/plugins/scaffolder/src/components/fields/EntityTagsPicker/EntityTagsPicker.tsx +++ b/plugins/scaffolder/src/components/fields/EntityTagsPicker/EntityTagsPicker.tsx @@ -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 diff --git a/plugins/scaffolder/src/components/fields/OwnedEntityPicker/OwnedEntityPicker.tsx b/plugins/scaffolder/src/components/fields/OwnedEntityPicker/OwnedEntityPicker.tsx index 5f314b6748..8e3590e8bf 100644 --- a/plugins/scaffolder/src/components/fields/OwnedEntityPicker/OwnedEntityPicker.tsx +++ b/plugins/scaffolder/src/components/fields/OwnedEntityPicker/OwnedEntityPicker.tsx @@ -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 diff --git a/plugins/scaffolder/src/components/fields/OwnerPicker/OwnerPicker.tsx b/plugins/scaffolder/src/components/fields/OwnerPicker/OwnerPicker.tsx index 5f9a05632c..a0c22b7fef 100644 --- a/plugins/scaffolder/src/components/fields/OwnerPicker/OwnerPicker.tsx +++ b/plugins/scaffolder/src/components/fields/OwnerPicker/OwnerPicker.tsx @@ -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 diff --git a/plugins/scaffolder/src/components/fields/RepoUrlPicker/RepoUrlPicker.tsx b/plugins/scaffolder/src/components/fields/RepoUrlPicker/RepoUrlPicker.tsx index 5af0295d55..fbb7bcd821 100644 --- a/plugins/scaffolder/src/components/fields/RepoUrlPicker/RepoUrlPicker.tsx +++ b/plugins/scaffolder/src/components/fields/RepoUrlPicker/RepoUrlPicker.tsx @@ -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 diff --git a/plugins/scaffolder/src/plugin.ts b/plugins/scaffolder/src/plugin.ts index eb8c0743a4..ffa0efaaa0 100644 --- a/plugins/scaffolder/src/plugin.ts +++ b/plugins/scaffolder/src/plugin.ts @@ -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 */ diff --git a/plugins/scaffolder/src/types.ts b/plugins/scaffolder/src/types.ts index 8a67abeedb..a542a8a473 100644 --- a/plugins/scaffolder/src/types.ts +++ b/plugins/scaffolder/src/types.ts @@ -123,7 +123,7 @@ export interface ScaffolderScaffoldResponse { } /** - * The arguments for `getIntergationsList`. + * The arguments for `getIntegrationsList`. * * @public */