We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd68e32 commit e949974Copy full SHA for e949974
types/pretty-dom.d.ts
@@ -2,7 +2,7 @@ import * as prettyFormat from 'pretty-format'
2
3
export interface PrettyFormatOptions extends prettyFormat.OptionsReceived {
4
/**
5
- * Given a `Node` return `false` if you whish to ignore that node in the output.
+ * Given a `Node` return `false` if you wish to ignore that node in the output.
6
* By default, ignores `<style />`, `<script />` and comment nodes.
7
*/
8
filterNode?: (node: Node) => boolean
0 commit comments