diff --git a/content/stellar-contracts/accounts/smart-account.mdx b/content/stellar-contracts/accounts/smart-account.mdx index 9350f374..29220e83 100644 --- a/content/stellar-contracts/accounts/smart-account.mdx +++ b/content/stellar-contracts/accounts/smart-account.mdx @@ -19,7 +19,7 @@ This separation is made practical by externalizing parts of the logic and state The framework is built on three core components: - **Context Rules**: Define the scope (e.g. call `transfer()` on some token, call any function of a specific contract, deploy contracts, or just any call to any contract) -- **Signers**: Identifie the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts) +- **Signers**: Identifies the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts) - **Policies**: Enforce business logic and constraints (e.g. amount < 500, every month, or 2-of-3 threshold) ```mermaid