From f27b51578419a8c2e54a6e65c9f4fa3b231dc98f Mon Sep 17 00:00:00 2001 From: Allan Ramos Date: Fri, 2 Feb 2024 19:41:05 -0300 Subject: [PATCH] Update creating-accounts.md Correction spell --- docs/1.concepts/basics/accounts/creating-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.concepts/basics/accounts/creating-accounts.md b/docs/1.concepts/basics/accounts/creating-accounts.md index 64f7a4a0614..0d08188bae3 100644 --- a/docs/1.concepts/basics/accounts/creating-accounts.md +++ b/docs/1.concepts/basics/accounts/creating-accounts.md @@ -50,7 +50,7 @@ nearAPI.utils.PublicKey.fromString(pk58).data.hexSlice() The output string will be the account ID in hex (without `'`), for example `98793cd91a3f870fb126f66285808c7e094afcfc4eda8a970f6648cdf0dbd6de`. -You can share this `id` with anyone to recieve Near tokens. At least **0.001Ⓝ** is needed to start using the account. +You can share this `id` with anyone to receive Near tokens. At least **0.001Ⓝ** is needed to start using the account. :::tip You can also use **other languages** to infer the implicit address, for example, in python you can use the `base58` package: `base58.b58decode().hex()`