From 553569b850fdffdd2c1a9b803b6b67dca279f303 Mon Sep 17 00:00:00 2001 From: Chi Trung Nguyen Date: Mon, 18 Apr 2016 14:21:44 +0200 Subject: [PATCH] typo --- example-dns-01-nsupdate-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-dns-01-nsupdate-script.md b/example-dns-01-nsupdate-script.md index c33c12a..faacdd0 100644 --- a/example-dns-01-nsupdate-script.md +++ b/example-dns-01-nsupdate-script.md @@ -8,7 +8,7 @@ This hook script uses the nsupdate utility from the bind package to solve dns-01 #!/usr/bin/env bash # -# Example how to deploy a DNS challange using nsupdate +# Example how to deploy a DNS challenge using nsupdate # set -e