Skip to content

Commit ab502c9

Browse files
committed
Fix typo in tests
1 parent 307d1a8 commit ab502c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var test = require('tape');
55
var remark = require('remark');
66
var findAllBefore = require('./');
77

8-
var tree = remark().parse('Some *emphasis*, **strongness**, and `code`.');
8+
var tree = remark().parse('Some _emphasis_, **importance**, and `code`.');
99
var paragraph = tree.children[0];
1010
var children = paragraph.children;
1111

0 commit comments

Comments
 (0)