fix typos in various modules and docsite (#28747)

This commit is contained in:
René Moser 2017-08-29 17:59:41 +02:00 committed by GitHub
parent 142869d266
commit c97f4653be
5 changed files with 11 additions and 11 deletions

View file

@ -126,7 +126,7 @@ options:
description:
- Port number that the DB instance uses for connections. Used only when command=create or command=replicate.
- Prior to 2.0 it always defaults to null and the API would use 3306, it had to be set to other DB default values when not using MySql.
Starting at 2.0 it automatically defaults to what is expected for each c(db_engine).
Starting at 2.0 it automatically defaults to what is expected for each C(db_engine).
required: false
default: 3306 for mysql, 1521 for Oracle, 1433 for SQL Server, 5432 for PostgreSQL.
upgrade: