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 5422c5b commit f4518f1Copy full SHA for f4518f1
views/demo.jsx
@@ -113,7 +113,7 @@ export class Demo extends Component {
113
objectMode: true,
114
interimResults: true,
115
// note: in normal usage, you'd probably set this a bit higher
116
- wordAlternatives_threshold: 0.01,
+ wordAlternativesThreshold: 0.01,
117
keywords,
118
keywordsThreshold: keywords.length
119
? 0.01
0 commit comments