Skip to content

Commit 62ad577

Browse files
authored
docs: fix typo (#85)
1 parent 6786e34 commit 62ad577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import {
1616
unaryTest('1', { '?': 1 }); // true
1717
unaryTest('[1..end]', { '?': 1, end: 10 }); // true
1818

19-
evaluate("Mike's dauther.name", {
20-
'Mike\'s dauther.name': 'Lisa'
19+
evaluate("Mike's daughter.name", {
20+
'Mike\'s daughter.name': 'Lisa'
2121
}); // "Lisa"
2222

2323
evaluate('for a in [1, 2, 3] return a * 2'); // [ 2, 4, 6 ]

0 commit comments

Comments
 (0)