diff --git a/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx b/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx index 40597fbb3..be00be1c3 100644 --- a/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx +++ b/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx @@ -5,7 +5,7 @@ sidebar_position: 40 ## Operations and transactions: how they work -To perform actions with an account on the Stellar network, you compose operations, bundle them into a transaction, and then sign and submit the transaction to the network. Smart contract transactions (`InvokeHostFunctionOp`, `ExtendFootprintTTLOp`, and `RestoreFootprintOp`) can only have one operation per transaction. +To perform actions with an account on the Stellar network, you compose operations, bundle them into a transaction, and then sign and submit the transaction to the network. Smart contract transactions (those with `InvokeHostFunctionOp`, `ExtendFootprintTTLOp`, or `RestoreFootprintOp` operations) can only have one operation per transaction. ### Operations