Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Feb 20, 2023
1 parent 8665604 commit b32405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-a-realm/realm-examples/foo721.gno.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func TransferFrom(from, to users.AddressOrName, tid grc721.TokenID) {
Other functions are defined in the grc721 specification, each with the following roles.

* `BalanceOf`: Returns the number of NFTs owned by an address.
* `OwnerOf`: Chekcs the owner address of a token, specified by its `id`.
* `OwnerOf`: Checks the owner address of a token, specified by its `id`.
* `IsApprovedForAll`: Checks if all tokens of the `owner` has been approved for the `operator`.
* `GetApproved`: Checks the address of the operator that's been approved of a token, specified by its `id`.
* `Approve`: Approves a token owned by the `caller` to [a ](#user-content-fn-1)[^1]user. The token is specified by its `id`.
Expand Down

0 comments on commit b32405d

Please sign in to comment.