Skip to content

Commit

Permalink
Improve layout of types
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Marcondes <[email protected]>
  • Loading branch information
sirreal and sarayourfriend committed Oct 30, 2020
1 parent 94f9b3b commit 5bebfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/i18n/src/create-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const DEFAULT_LOCALE_DATA = {

/* eslint-disable jsdoc/valid-types */
/**
* @typedef {(data?: LocaleData, domain?: string)=>void} SetLocaleData
* @typedef {(data?: LocaleData, domain?: string) => void} SetLocaleData
* Merges locale data into the Tannin instance by domain. Accepts data in a
* Jed-formatted JSON object shape.
*
Expand Down

0 comments on commit 5bebfcc

Please sign in to comment.