From 81c3583fc82b16b15b1fc5ac2faa0d14d24c5cfe Mon Sep 17 00:00:00 2001 From: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:40:27 +0100 Subject: [PATCH] docs(account/create): Fix typo --- docs/account.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/account.rst b/docs/account.rst index 1abb6bf..f615d14 100644 --- a/docs/account.rst +++ b/docs/account.rst @@ -156,7 +156,7 @@ Documentation .. function:: create_account(account_id: str, public_key: Union[str, bytes], initial_balance: int, nowait=False) - Create new account in subdomian of current account. For example, if current account is "test.near", + Create new account in subdomain of current account. For example, if current account is "test.near", you can create "wwww.test.near" :param account_id: new account id