Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Oct 3, 2024
1 parent 04b79a9 commit ec59335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/courses/state-compression/compressed-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,10 @@ the file `create-tree.ts`
mkdir src && touch src/create-tree.ts
```

This Umi instantiation code will be repated in a lot of files, so feel free to
This Umi instantiation code will be repeated in a lot of files, so feel free to
create a wrapper file to instantiate it:

```typescript filename="crate-tree.ts"
```typescript filename="create-tree.ts"
import { dasApi } from "@metaplex-foundation/digital-asset-standard-api";
import { createTree, mplBubblegum } from "@metaplex-foundation/mpl-bubblegum";
import { generateSigner, keypairIdentity } from "@metaplex-foundation/umi";
Expand Down

0 comments on commit ec59335

Please sign in to comment.