Skip to content

Commit 691c99f

Browse files
marco-millerMatthewKhouzam
authored andcommitted
Entry model: Fix typo in style-related jsdoc
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
1 parent a22a896 commit 691c99f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/models/entry.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export interface Entry {
2525
hasData?: boolean;
2626

2727
/**
28-
* Style key used to search for a The style map can be obtained by using the style endpoint.
28+
* Style key used to search for a style.
29+
* The style map can be obtained by using the style endpoint.
2930
*/
3031
style?: OutputElementStyle;
3132
}

0 commit comments

Comments
 (0)