Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #1056

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BTC/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ crypto 不到一年的时间。如果其中有任何错误的话,可以尽情

在 crypto 中,有了 private key,才能打开 crypto 的大
门。所以对于自己的 private key,一定不要大意,失去了这
个 key,就会被 crypo 拒之门外。这里推荐看一下
个 key,就会被 crypto 拒之门外。这里推荐看一下
[区块链黑暗深林自救手册](https://github.com/slowmist/Blockchain-dark-forest-selfguard-handbook)。
不求完全理解或者按照其中的每一个步骤去做,但是在 crypto
这种新兴的产业中,你心中需要有这么一根弦。不要觉得安全事小,
Expand Down
2 changes: 1 addition & 1 deletion basic/30-zksync-layer2/scripts/utils/L2ToL2transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function sendTx(zkWallet, newAddr, cost) { // L2 to L2
// fee, fee is optional
});

console.log("Transfr from L2 to L2 successfully");
console.log("Transfer from L2 to L2 successfully");

return transfer
}
Expand Down
2 changes: 1 addition & 1 deletion defi/Balancer/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $\frac{LP'}{LP} = \frac{P_{supply} + P_{issue}}{P_{supply}}$

### Single Asset Withdraw: 等价于:

1. withdrap lp eaqually, get A, B, C
1. withdrap lp equally, get A, B, C
2. swap B for A
3. swap C for A

Expand Down
Loading