Skip to content

Commit 3419f47

Browse files
authored
Fixe typos (#61)
1 parent bdc5ab3 commit 3419f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/cloudflare.ini.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# --- Let's Encrypt DNS challange, not needed for self-hosting
1+
# --- Let's Encrypt DNS challenge, not needed for self-hosting
22

33
dns_cloudflare_api_token = xxx

docs/benchmark/nginx_to_path_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This script parses a nginx server log and creates a text file
55
# which can be used in the Lua script.
6-
# The path file is not suppied in this repo.
6+
# The path file is not supplied in this repo.
77

88
with open('access.jsonl') as fp:
99
json_lines = fp.readlines()

0 commit comments

Comments
 (0)