fix wording according to style guide

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Laurent Indermühle 2023-10-06 14:51:47 +02:00 committed by GitHub
parent 2d2e56d13a
commit 03b8b5770c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,8 +123,9 @@ options:
column_case_sensitive:
description:
- When C(true), the module won't uppercase the field in the privileges.
- When C(false), the field names will be upper cased. This was the default before this
- The default is C(false).
- When C(true), the module will not uppercase the field in the privileges.
- When C(false), the field names will be upper-cased. This was the default before this
feature was introduced but since MySQL/MariaDB is case sensitive you should set this
to C(true) in most cases.
type: bool