Skip to content

Commit

Permalink
docs(v10): minor spelling improvement (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent 5bfc9ff commit 8105026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ yarn add @dnb/eufemia@10

1. Updated multiple types from `string | boolean` to `boolean`, as there was a lot of properties who should only support boolean values and not strings.
Examples of changes to do would be to find Eufemia components using `"false"` or `"true"`, and replace it with boolean values. i.e., `vertical="false"` to `vertical={false}` or `selectall="true"` to `selectall={true}`.
Following is a non exhaustive list of affected properties are:
Following is a non exhaustive list of affected properties:
- `vertical`
- `prevent_selection`
- `show_label`
Expand Down

0 comments on commit 8105026

Please sign in to comment.