docs: Fix typo in server config reference page

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2707
GitOrigin-RevId: 1920099e67d48299fa762b36c26c6e627a0694ec
This commit is contained in:
Divya Bhushan 2021-11-02 16:44:07 +05:30 committed by hasura-bot
parent 197b66cc2b
commit 7609ae84e1

View File

@ -203,7 +203,7 @@ For the ``serve`` sub-command these are the available flags and environment vari
* - ``-i, --tx-iso <TXISO>``
- ``HASURA_GRAPHQL_TX_ISOLATION``
- Transaction isolation. read-committed / repeatable-read / serializable (default: read-commited)
- Transaction isolation. read-committed / repeatable-read / serializable (default: read-committed)
(**Deprecated in versions > v2.0.0**. :ref:`See details <hasura_v2_env_changes>`)