typo fix http-01 => dns-01

This commit is contained in:
AJ ONeal 2019-06-06 06:50:24 +00:00
parent fa912800b4
commit d3f958df98
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Here's a quick pseudo stub-out of what a test-passing plugin object might look l
```js
tester
.test('http-01', 'example.com', {
.test('dns-01', 'example.com', {
set: function(opts) {
var ch = opts.challenge;