Skip to content

Commit 405c563

Browse files
committed
Fix spellcheck
1 parent dfa7ea1 commit 405c563

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
"incl",
230230
"infima",
231231
"jedex",
232+
"kiok",
232233
"lichos",
233234
"mainnetjs",
234235
"maxdepth",

website/docs/releases/migration-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const builder = new TransactionBuilder({ provider }).setMaxFee(1000n);
3535
const builder = new TransactionBuilder({ provider, maximumFeeSatoshis: 1000n });
3636
```
3737

38-
Addtionally, `transactionBuilder.bitauthUri()` was renamed to `transactionBuilder.getBitauthUri()` for consistency.
38+
Additionally, `transactionBuilder.bitauthUri()` was renamed to `transactionBuilder.getBitauthUri()` for consistency.
3939

4040
#### MockNetworkProvider
4141

0 commit comments

Comments
 (0)