Skip to content

Commit bc591d3

Browse files
committed
Fix typo in tests
1 parent 2b0551b commit bc591d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/fixtures/should-work/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Some *emphasis*, **strongness**, and `code`.
1+
Some _emphasis_, **importance**, and `code`.

test/fixtures/should-work/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"children": [
127127
{
128128
"type": "TextNode",
129-
"value": "strongness",
129+
"value": "importance",
130130
"position": {
131131
"start": {
132132
"line": 1,

0 commit comments

Comments
 (0)