Skip to content

Commit 1559b8e

Browse files
stefanlatinovichyckomatej
authored andcommitted
Fix typos
1 parent 0df7a1e commit 1559b8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/appendices/appendixB/token-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ xNFTs take a radically practical approach to solving two of web3’s main proble
3232

3333
Compressed NFTs use [state compression and Merkle trees](../../chapter4/account-compression-program.md) to drastically reduce the storage cost for NFTs. Instead of storing metadata in a typical Solana account, compressed NFTs store the metadata within the ledger. This allows compressed NFTs to still inherit the security and speed of the Solana blockchain, while at the same time reducing the overall storage costs.
3434

35-
Even though the on-chain data storage mechanism is different than their uncompressed counterparts, compressed NFTs still follow the exact same metadata schema/structure. Allowing you to define your collection and NFT in an identical way.
35+
Even though the on-chain data storage mechanism is different than their uncompressed counterparts, compressed NFTs still follow the exact same metadata schema/structure, allowing you to define your collection and NFT in an identical way.
3636

3737
!!! note
3838

docs/chapter3/account-anatomy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Just as in UNIX, where "everything is a file", in Solana "everything is an accou
5555

5656
!!! note
5757

58-
Account becomes **read-only** it is made executable.
58+
Account becomes **read-only** once it is made executable.
5959

6060
**5. Rent Epoch**
6161

docs/chapter3/interacting-with-the-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The methods vary from simple queries, such as retrieving specific account inform
2525

2626
!!! important
2727

28-
The ability to send transactions is crucial because is the only way we can alter data on the blockchain. All write operations, including account creation or transfer of tokens are done through transactions.
28+
The ability to send transactions is crucial because it is the only way we can alter data on the blockchain. All write operations, including account creation or transfer of tokens are done through transactions.
2929

3030
!!! info
3131

0 commit comments

Comments
 (0)