Skip to content

Commit 6fab84d

Browse files
committed
Reduce line length
1 parent fdcfbdb commit 6fab84d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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

__fixtures__/example/parsed-issue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"shape": ["square"],
66
"sounds": ["re", "mi"],
77
"topics": [],
8-
"description": "This is a description.\n\nIt has multiple lines.\n\nIt's pretty cool!",
8+
"description": "This is a description.\n\nIt has multiple lines!",
99
"notes": "- Note\n- Another note\n- Lots of notes",
1010
"code": "const thing = new Thing()\nthing.doThing()",
1111
"code-string": "thing.toString()",

0 commit comments

Comments
 (0)