Explorar o código

Fix typo in MaybeRpcAccount description (#402)

abelmarnk hai 2 semanas
pai
achega
1375a1c77e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/umi/accounts.md

+ 1 - 1
src/pages/umi/accounts.md

@@ -17,7 +17,7 @@ type RpcAccount = AccountHeader & {
 };
 };
 ```
 ```
 
 
-It also defines a `MaybeRpcAccount` type that represents an `RpcAccount` that may or may exist. When the account does not exist, it keeps track of its public key so that, in a list of accounts, we know which public key was not found.
+It also defines a `MaybeRpcAccount` type that represents an `RpcAccount` that may or may not exist. When the account does not exist, it keeps track of its public key so that, in a list of accounts, we know which public key was not found.
 
 
 ```ts
 ```ts
 type MaybeRpcAccount =
 type MaybeRpcAccount =