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

fix: typos in documentation files #952

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 docs/learn/tvm-instructions/instructions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ STDICTS,STSLICE,#CE,dict_serial,CE,"STDICTS
",s b - b',18,"Stores a _Slice_-represented dictionary `s` into _Builder_ `b`.
It is actually a synonym for `STSLICE`."
STDICT,,#F400,dict_serial,F400,"STDICT
STOPTREF",D b - b',26,"Stores dictionary `D` into _Builder_ `b`, returing the resulting _Builder_ `b'`.
STOPTREF",D b - b',26,"Stores dictionary `D` into _Builder_ `b`, returning the resulting _Builder_ `b'`.
In other words, if `D` is a cell, performs `STONE` and `STREF`; if `D` is _Null_, performs `NIP` and `STZERO`; otherwise throws a type checking exception."
SKIPDICT,,#F401,dict_serial,F401,"SKIPDICT
SKIPOPTREF",s - s',26,Equivalent to `LDDICT` `NIP`.
Expand Down
4 changes: 2 additions & 2 deletions docs/v3/documentation/archive/tg-bot-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export const walletMenuCallbacks = { // Define buttons callbacks
chose_wallet: onChooseWalletClick
};

bot.on('callback_query', query => { // Parse callback data and execute corresponing function
bot.on('callback_query', query => { // Parse callback data and execute corresponding function
if (!query.data) {
return;
}
Expand Down Expand Up @@ -678,7 +678,7 @@ export const walletMenuCallbacks = {
universal_qr: onOpenUniversalQRClick
};

bot.on('callback_query', query => { // Parse callback data and execute corresponing function
bot.on('callback_query', query => { // Parse callback data and execute corresponding function
if (!query.data) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ MyTonCtrl> mg wallet_004 kQBxnZJq4oHVFs4ban3kJ5qllM1IQo57lIx8QP69Ue9A6Psp 1
```

:::caution
Wallet version 'v4' is not supported for the transfering
Wallet version 'v4' is not supported for the transferring
:::

### Transfer coins through a proxy
Expand Down