Fix typos, enhance formatting, limit line length to 120

This commit is contained in:
Richard Vézina 2022-01-25 16:56:38 -05:00
commit cadc8438dc
7 changed files with 22 additions and 16 deletions

View file

@ -43,7 +43,8 @@ options:
- Where passed queries run in a single transaction (C(yes)) or commit them one-by-one (C(no)).
type: bool
default: no
seealso:
see also:
- module: community.mysql.mysql_db
author:
- Andrew Klychkov (@Andersson007)