Skip to content

Commit f0eb098

Browse files
author
Zibi Braniecki
authored
Split doc lines to fix the linter error
1 parent 6edd1fe commit f0eb098

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fluent-dom/src/localization.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ export default class Localization {
8282
*
8383
* // [
8484
* // { value: 'Hello, Mary!', attributes: null },
85-
* // { value: 'Welcome!', attributes: [ { name: "title", value: 'Hello' } ] }
85+
* // {
86+
* // value: 'Welcome!',
87+
* // attributes: [ { name: "title", value: 'Hello' } ]
88+
* // }
8689
* // ]
8790
*
8891
* Returns a Promise resolving to an array of the translation strings.

0 commit comments

Comments
 (0)