Skip to content

Commit 898ff9e

Browse files
authored
Merge pull request #1806 from timgates42/bugfix_typo_value
docs: Fix simple typo, valye -> value
2 parents fdf4186 + 397627a commit 898ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/doh/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ doh.registerGroup = function( /*String*/ group,
392392
// setUp: a function for initializing the test group
393393
// tearDown: a function for initializing the test group
394394
// type: The type of tests these are, such as a group of performance tests
395-
// null/undefied are standard DOH tests, the valye 'perf' enables
395+
// null/undefied are standard DOH tests, the value 'perf' enables
396396
// registering them as performance tests.
397397
if(tests){
398398
this.register(group, tests, type);

0 commit comments

Comments
 (0)