Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
chore: fix some typos (#6483)
Browse files Browse the repository at this point in the history
Signed-off-by: deterclosed <[email protected]>
  • Loading branch information
deterclosed authored Mar 23, 2024
1 parent c38a1b5 commit a29fe9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/stake-pool/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ the pool, given the stake pool and validator file.
$ ./deposit.sh keys/stake-pool.json local_validators.txt 10
```

Note: This is a bit more finnicky on a local network because of the short epochs, and
Note: This is a bit more finicky on a local network because of the short epochs, and
may fail. No problem, you simply need to retry.

## Step 5: Rebalance stake in the pool
Expand Down
2 changes: 1 addition & 1 deletion token/js/src/extensions/tokenGroup/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function getTokenGroupState(mint: Mint): Partial<TokenGroup> | null {
if (extensionData !== null) {
const { updateAuthority, mint, size, maxSize } = unpackTokenGroup(extensionData);

// Explicity set None/Zero keys to null
// Explicitly set None/Zero keys to null
return {
updateAuthority: updateAuthority?.equals(PublicKey.default) ? undefined : updateAuthority,
mint,
Expand Down

0 comments on commit a29fe9f

Please sign in to comment.