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:53:12 +02:00 committed by GitHub
parent c3243343ed
commit f78b59eee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,8 +158,9 @@ options:
column_case_sensitive:
description:
- When C(true), the module won't uppercase the field names in the privileges.
- When C(false), the field names will be upper cased. This is the default
- The default is C(false).
- When C(true), the module will not uppercase the field names in the privileges.
- When C(false), the field names will be upper-cased. This is the default
- This feature was introduced because MySQL 8 and above uses case sensitive
fields names in privileges.
type: bool