From 2aef680b64ebaf4a25c5dc212265ac3ba53f571c Mon Sep 17 00:00:00 2001 From: Ozgun Ozerk Date: Thu, 9 Apr 2026 11:32:46 +0300 Subject: [PATCH] typo --- content/stellar-contracts/accounts/smart-account.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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