Skip to content

Commit f4518f1

Browse files
fix(demo): naming error
1 parent 5422c5b commit f4518f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/demo.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class Demo extends Component {
113113
objectMode: true,
114114
interimResults: true,
115115
// note: in normal usage, you'd probably set this a bit higher
116-
wordAlternatives_threshold: 0.01,
116+
wordAlternativesThreshold: 0.01,
117117
keywords,
118118
keywordsThreshold: keywords.length
119119
? 0.01

0 commit comments

Comments
 (0)