Skip to content

Commit e949974

Browse files
Update types/pretty-dom.d.ts
Co-authored-by: Tim Deschryver <[email protected]>
1 parent bd68e32 commit e949974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/pretty-dom.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as prettyFormat from 'pretty-format'
22

33
export interface PrettyFormatOptions extends prettyFormat.OptionsReceived {
44
/**
5-
* Given a `Node` return `false` if you whish to ignore that node in the output.
5+
* Given a `Node` return `false` if you wish to ignore that node in the output.
66
* By default, ignores `<style />`, `<script />` and comment nodes.
77
*/
88
filterNode?: (node: Node) => boolean

0 commit comments

Comments
 (0)