Skip to content

Commit 0f47c09

Browse files
committed
Reduce line length
1 parent fdcfbdb commit 0f47c09

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The resulting `issue` object will look like the following:
5252
shape: ['square'],
5353
sounds: ['re', 'mi'],
5454
topics: [],
55-
description: "This is a description.\n\nIt has multiple lines.\n\nIt's pretty cool!",
55+
description: 'This is a description.\n\nIt has multiple lines!',
5656
notes: '- Note\n- Another note\n- Lots of notes',
5757
code: 'const thing = new Thing()\nthing.doThing()',
5858
'code-string': 'thing.toString()',

__fixtures__/example/issue.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ _No response_
2626

2727
This is a description.
2828

29-
It has multiple lines.
30-
31-
It's pretty cool!
29+
It has multiple lines!
3230

3331
### The Notes About the Thing
3432

0 commit comments

Comments
 (0)