postgresql modules: Fix documentation of trust_input parameter (#1170)

* Fix yes/no typos

* Further doc improvements for consistency
This commit is contained in:
Peter Zahemszky
2020-10-26 06:41:44 +00:00
committed by GitHub
parent 909a98d1d9
commit 9aeac26583
20 changed files with 20 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ options:
trust_input:
description:
- If C(no), check the value of I(session_role) is potentially dangerous.
- It sense to use C(no) only when SQL injections via I(session_role) are possible.
- It makes sense to use C(no) only when SQL injections via I(session_role) are possible.
type: bool
default: yes
version_added: '0.2.0'