Skip to content

Commit

Permalink
docs(CountryFlag): iso defaults to NO (#4234)
Browse files Browse the repository at this point in the history
Small follow-up to #4232
  • Loading branch information
langz authored Nov 6, 2024
1 parent 9dc57cb commit cab3c32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { PropertiesTableProps } from '../../shared/types'

export const CountryFlagProperties: PropertiesTableProps = {
iso: {
doc: '[ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) representing the country, such as `NO` for Norway. Defaults to `empty` string.',
doc: '[ISO 3166-1 alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) representing the country, such as `NO` for Norway. Defaults to `NO`.',
type: 'string',
status: 'optional',
},
Expand Down

0 comments on commit cab3c32

Please sign in to comment.