From 24ad8db5b795c6854daab9ce846025583715daa8 Mon Sep 17 00:00:00 2001 From: michaeldiamant Date: Wed, 23 Feb 2022 21:13:31 -0500 Subject: [PATCH] Update accessing_transaction_field.rst tofix typo --- docs/accessing_transaction_field.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessing_transaction_field.rst b/docs/accessing_transaction_field.rst index e8ec3dfa4..9ff9017e3 100644 --- a/docs/accessing_transaction_field.rst +++ b/docs/accessing_transaction_field.rst @@ -132,7 +132,7 @@ The :any:`Txn.type_enum() ` values can be checked using the ============================== =============== ============ ========================= Value Numerical Value Type String Description ============================== =============== ============ ========================= -:any:`TxnType.Unknown` :code:`0` unkown unknown type, invalid +:any:`TxnType.Unknown` :code:`0` unknown unknown type, invalid :any:`TxnType.Payment` :code:`1` pay payment :any:`TxnType.KeyRegistration` :code:`2` keyreg key registration :any:`TxnType.AssetConfig` :code:`3` acfg asset config