docs: fix typo in query tags docs

[Slack conversation](https://hasurahq.slack.com/archives/C041B2DLHJS/p1667350236988359?thread_ts=1667347400.158339&cid=C041B2DLHJS)

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6658
GitOrigin-RevId: 2861aae877d125150e92a9f32d370ed2b1894c10
This commit is contained in:
Marion Schleifer 2022-11-02 09:00:59 +01:00 committed by hasura-bot
parent 52f21e7261
commit 7b4a7917ce

View File

@ -94,7 +94,7 @@ sources:
configuration:
query_tags: # Optional Field
disabled: # Optional Field | Type: Bool | Values: true or false
format: # Optinal Field | Values: standard or sqlcommenter
format: # Optional Field | Values: standard or sqlcommenter
```
:::info