We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 769b189 + a611d15 commit 57f2a2bCopy full SHA for 57f2a2b
curriculum/locales/english/build-a-university-certification-nft.md
@@ -368,7 +368,7 @@ try {
368
}
369
```
370
371
-The `index.js` file should export a `getMintAcconuts` function.
+The `index.js` file should export a `getMintAccounts` function.
372
373
```js
374
const { getMintAccounts } = await __helpers.importSansCache(
@@ -405,7 +405,7 @@ The `getMintAccounts` function should return all mint accounts owned by the `pay
405
406
407
try {
408
- const { getMintAcconuts, createMintAccount } =
+ const { getMintAccounts, createMintAccount } =
409
await __helpers.importSansCache('./' + join(__projectDir, 'index.js'));
410
const { Keypair, Connection } = await import('@solana/web3.js');
411
const { createMint } = await import('@solana/spl-token');
0 commit comments