diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 8126647e2..1327c6cac 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -29,7 +29,7 @@ Default::: ------ -`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. +`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a String with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. `log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information. diff --git a/docs/logging.asciidoc b/docs/logging.asciidoc index 6afb3327e..901bd9e2f 100644 --- a/docs/logging.asciidoc +++ b/docs/logging.asciidoc @@ -160,9 +160,9 @@ Logs in a format that can be executed with bash, where everything is commented e Options: `curlHost`::: -`Sting` -- Default is `"localhost"`. +`String` -- Default is `"localhost"`. `curlPort`::: -`Sting` -- Default is `9200`. +`String` -- Default is `9200`. `"stream"`:: Send log messages to a WriteableStream @@ -173,4 +173,4 @@ Options: `WriteableStream` -- object to write to. `"console"`:: -Default logger for the browser build, logs to the console when one exists. \ No newline at end of file +Default logger for the browser build, logs to the console when one exists. diff --git a/scripts/generate/templates/configuration_docs.tmpl b/scripts/generate/templates/configuration_docs.tmpl index 2c6ed1bb4..75a4071e0 100644 --- a/scripts/generate/templates/configuration_docs.tmpl +++ b/scripts/generate/templates/configuration_docs.tmpl @@ -29,7 +29,7 @@ Default::: ------ -`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. +`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a String with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. `log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information.