Skip to content

Commit

Permalink
fan
Browse files Browse the repository at this point in the history
  • Loading branch information
eddow committed Jun 18, 2024
1 parent f1e76ba commit 91d7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bonus.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ localeFlags('en-GB') // ['🏴󠁧󠁢󠁥󠁮󠁧󠁿', '🇬🇧']
`localeFlagsEngine` can be called either with an engine name (`emojis`/`flag-icons`) either with a userAgent (from the request header) either with nothing if called from the client.

`localeFlagsEngine` return a scpecific type (`LocaleFlagsEngine`) who has a property `headerContent` who perhaps contain a style node (html) to add to the header
`localeFlagsEngine` return a scpecific type (`LocaleFlagsEngine`) who has a property `headerContent` who perhaps contain a style node (html) to add to the header, along with an object property `styleSheetProps` who, if defined, contains all the properties of such a `<link ... />` tag

### For client-only

Expand Down

0 comments on commit 91d7b6c

Please sign in to comment.