Fix mispelling in postgresql_query docs (#60648)
Changed `arbitraty` to `arbitrary` in postgresql_query docs
This commit is contained in:
parent
c60676a118
commit
06d1705752
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ DOCUMENTATION = r'''
|
|||
module: postgresql_query
|
||||
short_description: Run PostgreSQL queries
|
||||
description:
|
||||
- Runs arbitraty PostgreSQL queries.
|
||||
- Runs arbitrary PostgreSQL queries.
|
||||
- Can run queries from SQL script files.
|
||||
version_added: '2.8'
|
||||
options:
|
||||
|
|
Loading…
Reference in a new issue