Skip to content

Commit

Permalink
docs(Autocomplete): minor spelling improvement in title (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent 4b96d05 commit 6be0a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You may check out the [DrawerList Properties](#drawerlist-properties) down below
| `size` | _(optional)_ define the height of the Autocomplete. Can be set to `small`, `default`, `medium` and `large`. Defaults to `default`. |
| `drawer_class` | _(optional)_ define a custom class for the internal drawer-list. This makes it possible more easily customize the drawer-list style with styled-components and the `css` style method. Defaults to `null`. |
| `show_submit_button` | _(optional)_ use `true` to show a Autocomplete button to toggle the [DrawerList](/uilib/components/fragments/drawer-list). Defaults to `false`. |
| `title` | _(optional)_ give a title to let the user know what theyhaves to do. Defaults to `Skriv og få alternativer'` . |
| `title` | _(optional)_ give a title to let the user know what they have to do. Defaults to `Skriv og få alternativer'` . |
| `align_autocomplete` | _(optional)_ use `right` to change the options alignment direction. Defaults to `left`. |
| `no_options` | _(optional)_ text show in the "no options" item. Defaults to `Ingen alternativer`. |
| `aria_live_options` | _(optional)_ text read out by screen readers. This way users with screen readers know how many options they got during typing. Defaults to `%s alternativer`. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export interface AutocompleteProps
mode?: AutocompleteMode;

/**
* Give a title to let the user know what theyhaves to do. Defaults to `Skriv og få alternativer'` .
* Give a title to let the user know what they have to do. Defaults to `Skriv og få alternativer'` .
*/
title?: AutocompleteTitle;

Expand Down

0 comments on commit 6be0a77

Please sign in to comment.