Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a29fe9f

Browse files
authored
chore: fix some typos (#6483)
Signed-off-by: deterclosed <[email protected]>
1 parent c38a1b5 commit a29fe9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/stake-pool/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ the pool, given the stake pool and validator file.
196196
$ ./deposit.sh keys/stake-pool.json local_validators.txt 10
197197
```
198198

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

202202
## Step 5: Rebalance stake in the pool

token/js/src/extensions/tokenGroup/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function getTokenGroupState(mint: Mint): Partial<TokenGroup> | null {
1717
if (extensionData !== null) {
1818
const { updateAuthority, mint, size, maxSize } = unpackTokenGroup(extensionData);
1919

20-
// Explicity set None/Zero keys to null
20+
// Explicitly set None/Zero keys to null
2121
return {
2222
updateAuthority: updateAuthority?.equals(PublicKey.default) ? undefined : updateAuthority,
2323
mint,

0 commit comments

Comments
 (0)