From 25c55419dfcb8546e0c38be568cfdf673c254878 Mon Sep 17 00:00:00 2001 From: Priyank Trivedi Date: Fri, 17 Feb 2017 00:33:17 +0530 Subject: [PATCH] Fix typo - Default from Defalt (#2417) --- plugins/inputs/apache/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/apache/README.md b/plugins/inputs/apache/README.md index b700a1b44..ffebbcbf8 100644 --- a/plugins/inputs/apache/README.md +++ b/plugins/inputs/apache/README.md @@ -4,7 +4,7 @@ - **urls** []string: List of apache-status URLs to collect from. Default is "http://localhost/server-status?auto". - **username** string: Username for HTTP basic authentication - **password** string: Password for HTTP basic authentication -- **timeout** duration: time that the HTTP connection will remain waiting for response. Defalt 4 seconds ("4s") +- **timeout** duration: time that the HTTP connection will remain waiting for response. Default 4 seconds ("4s") ##### Optional SSL Config