Skip to content

Commit

Permalink
slight improvement of wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Feb 28, 2025
1 parent 42f482a commit 54adbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form-layout/src/vaadin-form-layout-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export declare class FormLayoutMixinClass {

/**
* When `autoResponsive` is enabled, specifies whether fields should stretch
* to fill up the available space within a column. This setting also applies
* to take up all available space within columns. This setting also applies
* to fields inside `<vaadin-form-item>` elements. The default value is `false`.
*
* @attr {boolean} fit-fields
Expand Down
2 changes: 1 addition & 1 deletion packages/form-layout/src/vaadin-form-layout-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const FormLayoutMixin = (superClass) =>

/**
* When `autoResponsive` is enabled, specifies whether fields should stretch
* to fill up the available space within a column. This setting also applies
* to take up all available space within columns. This setting also applies
* to fields inside `<vaadin-form-item>` elements. The default value is `false`.
*
* @attr {boolean} fit-fields
Expand Down

0 comments on commit 54adbb1

Please sign in to comment.