Skip to content

Commit 57f2a2b

Browse files
fix: 'acconut' typo (#344)
2 parents 769b189 + a611d15 commit 57f2a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

curriculum/locales/english/build-a-university-certification-nft.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ try {
368368
}
369369
```
370370
371-
The `index.js` file should export a `getMintAcconuts` function.
371+
The `index.js` file should export a `getMintAccounts` function.
372372
373373
```js
374374
const { getMintAccounts } = await __helpers.importSansCache(
@@ -405,7 +405,7 @@ The `getMintAccounts` function should return all mint accounts owned by the `pay
405405
406406
```js
407407
try {
408-
const { getMintAcconuts, createMintAccount } =
408+
const { getMintAccounts, createMintAccount } =
409409
await __helpers.importSansCache('./' + join(__projectDir, 'index.js'));
410410
const { Keypair, Connection } = await import('@solana/web3.js');
411411
const { createMint } = await import('@solana/spl-token');

0 commit comments

Comments
 (0)