Fix typos for documentation (postgressql & telnet)
parent
8b4cf2c3e2
commit
347efb549c
|
@ -16,7 +16,7 @@ This module creates a mock PostgreSQL server which accepts credentials. Upon re
|
|||
**SSLCert**
|
||||
|
||||
File path to a combined Private Key and Certificate file. If not provided, a certificate will be automatically
|
||||
generated. Default is ``.
|
||||
generated. Default is null.
|
||||
|
||||
## Scenarios
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ This module creates a mock telnet server which accepts credentials. Upon receiv
|
|||
|
||||
**BANNER**
|
||||
|
||||
The Banner which should be displayed. Default is ``, which will display `Welcome`.
|
||||
The Banner which should be displayed. Default is empty, which will display `Welcome`.
|
||||
|
||||
**SSL**
|
||||
|
||||
|
|
Loading…
Reference in New Issue