sting => String

This commit is contained in:
Geo Miller
2017-03-01 16:11:04 -05:00
committed by spalger
parent d0423994de
commit 347549c04a
3 changed files with 5 additions and 5 deletions

View File

@ -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.