docs: fix minor typo (#493)

This commit is contained in:
Travis Cline 2020-04-05 01:48:39 -07:00 committed by GitHub
parent 213f098bc0
commit 12842edd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -94,7 +94,7 @@ See the default [YAML config example](config/config.yml):
[embedmd]:# (config/testdata/config.yml yaml)
```yaml
core:
enabled: true # enabale httpd server
enabled: true # enable httpd server
address: "" # ip address to bind (default: any)
shutdown_timeout: 30 # default is 30 second
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
@ -121,7 +121,7 @@ core:
host: "" # which domains the Let's Encrypt will attempt
grpc:
enabled: false # enabale gRPC server
enabled: false # enable gRPC server
port: 9000
api:

View File

@ -12,7 +12,7 @@ import (
var defaultConf = []byte(`
core:
enabled: true # enabale httpd server
enabled: true # enable httpd server
address: "" # ip address to bind (default: any)
shutdown_timeout: 30 # default is 30 second
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
@ -39,7 +39,7 @@ core:
host: "" # which domains the Let's Encrypt will attempt
grpc:
enabled: false # enabale gRPC server
enabled: false # enable gRPC server
port: 9000
api:

View File

@ -1,5 +1,5 @@
core:
enabled: true # enabale httpd server
enabled: true # enable httpd server
address: "" # ip address to bind (default: any)
shutdown_timeout: 30 # default is 30 second
port: "8088" # ignore this port number if auto_tls is enabled (listen 443).
@ -26,7 +26,7 @@ core:
host: "" # which domains the Let's Encrypt will attempt
grpc:
enabled: false # enabale gRPC server
enabled: false # enable gRPC server
port: 9000
api: