Skip to content

Commit

Permalink
[docs] Fix typo (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
julamb committed Sep 5, 2022
1 parent 61b11ae commit 63961ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ export function CountriesSelect(props: Partial<MultiSelectProps>) {
searchable
defaultValue={['US', 'FI']}
placeholder="Pick countries"
label="Which countries you visited last year?"
label="Which countries did you visit last year?"
{...props}
/>
);
Expand Down

0 comments on commit 63961ee

Please sign in to comment.