diff --git a/packages/core/src/components-config.d.ts b/packages/core/src/components-config.d.ts index 45ad483..bebeda0 100644 --- a/packages/core/src/components-config.d.ts +++ b/packages/core/src/components-config.d.ts @@ -572,12 +572,12 @@ export namespace Configuration { }; 'pop-radio-group'?: { /** - * If `true`, apply the required property to all `pop-radio`. + * If `true`, apply the required property to every `pop-radio`. * @default false */ required?: boolean; /** - * If `true`, apply the disabled property to all `pop-radio`. + * If `true`, apply the disabled property to every `pop-radio`. * @default false */ disabled?: boolean; diff --git a/packages/core/src/components.d.ts b/packages/core/src/components.d.ts index b50340d..0b22853 100644 --- a/packages/core/src/components.d.ts +++ b/packages/core/src/components.d.ts @@ -645,6 +645,7 @@ export namespace Components { "size"?: Size; /** * The value of the toggle does not mean if it's checked or not, use the `checked` property for that. The value of a toggle is analogous to the value of a ``, it's only used when the toggle participates in a native `