Skip to content

Commit d255229

Browse files
authored
Merge pull request #1056 from xiaoxianBoy/fix-typos
chore: fix typos
2 parents e5eb40c + 5a36b32 commit d255229

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BTC/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ crypto 不到一年的时间。如果其中有任何错误的话,可以尽情
2626

2727
在 crypto 中,有了 private key,才能打开 crypto 的大
2828
门。所以对于自己的 private key,一定不要大意,失去了这
29-
个 key,就会被 crypo 拒之门外。这里推荐看一下
29+
个 key,就会被 crypto 拒之门外。这里推荐看一下
3030
[区块链黑暗深林自救手册](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook)
3131
不求完全理解或者按照其中的每一个步骤去做,但是在 crypto
3232
这种新兴的产业中,你心中需要有这么一根弦。不要觉得安全事小,

basic/30-zksync-layer2/scripts/utils/L2ToL2transfer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function sendTx(zkWallet, newAddr, cost) { // L2 to L2
4646
// fee, fee is optional
4747
});
4848

49-
console.log("Transfr from L2 to L2 successfully");
49+
console.log("Transfer from L2 to L2 successfully");
5050

5151
return transfer
5252
}

defi/Balancer/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $\frac{LP'}{LP} = \frac{P_{supply} + P_{issue}}{P_{supply}}$
169169

170170
### Single Asset Withdraw: 等价于:
171171

172-
1. withdrap lp eaqually, get A, B, C
172+
1. withdrap lp equally, get A, B, C
173173
2. swap B for A
174174
3. swap C for A
175175

0 commit comments

Comments
 (0)