Skip to content

Commit b58ec3f

Browse files
authored
Merge pull request #11562 from ethereum/patch-tutorial-typos
Patch tutorial name typos
2 parents cb715ef + a2f401a commit b58ec3f

File tree

36 files changed

+23
-22
lines changed

36 files changed

+23
-22
lines changed

src/content/contributing/translation-program/content-buckets/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Below is a breakdown of the website pages each content bucket contains.
296296
- [Interact with other contracts from Solidity](/developers/tutorials/interact-with-other-contracts-from-solidity/)
297297
- [NFT Minter tutorial](/developers/tutorials/nft-minter/)
298298
- [Reverse engineering a contract](/developers/tutorials/reverse-engineering-a-contract/)
299-
- [Sending tokens using ethers.js](/developers/tutorials/send-token-etherjs/)
299+
- [Sending tokens using ethers.js](/developers/tutorials/send-token-ethersjs/)
300300
- [The Graph: Fixing Web3 data querying](/developers/tutorials/the-graph-fixing-web3-data-querying/)
301301
- [Transfers and approval of ERC-20 tokens from a Solidity smart contract](/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/)
302302

@@ -308,7 +308,7 @@ Below is a breakdown of the website pages each content bucket contains.
308308
- [ERC-20 with safety rails](/developers/tutorials/erc20-with-safety-rails/)
309309
- [Getting Started with Ethereum Development](/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/)
310310
- [How to mock Solidity smart contracts for testing](/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
311-
- [Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-wth-create-eth-app/)
311+
- [Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/)
312312
- [Logging data from smart contracts with events](/developers/tutorials/logging-events-smart-contracts/)
313313
- [Merkle proofs for offline data integrity](/developers/tutorials/merkle-proofs-for-offline-data-integrity/)
314314
- [Sending transactions using Web3](/developers/tutorials/sending-transactions-using-web3-and-alchemy/)

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,8 @@ params: [
926926
gas: "0x76c0", // 30400
927927
gasPrice: "0x9184e72a000", // 10000000000000
928928
value: "0x9184e72a", // 2441406250
929-
input: "0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675",
929+
input:
930+
"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675",
930931
},
931932
]
932933
```

src/content/developers/docs/smart-contracts/composability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Instead of building a custom authentication system or relying on centralized pro
6666
## Related tutorials {#related-tutorials}
6767

6868
- [Contract Composability: The Building Blocks of Ethereum Smart Contract Development](https://www.decentlabs.io/blog/contract-composability-the-building-blocks-of-ethereum-smart-contract-development)
69-
- [Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-wth-create-eth-app/) _– An overview of how to use create-eth-app to create apps with popular smart contracts out the box._
69+
- [Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/) _– An overview of how to use create-eth-app to create apps with popular smart contracts out the box._
7070

7171
## Further reading {#further-reading}
7272

File renamed without changes.

src/content/translations/de/developers/docs/smart-contracts/composability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Smart Contracts sind auf Ethereum öffentlich und können als offene APIs betrac
1212
## Verwandte Tutorials {#related-tutorials}
1313

1414
- [Vertragskombinierbarkeit: die Bausteine der Smart-Contract-Entwicklung von Ethereum](https://www.decentlabs.io/blog/contract-composability-the-building-blocks-of-ethereum-smart-contract-development)
15-
- [Starten Sie Ihre dApp-Frontend-Entwicklung mit Create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-wth-create-eth-app/) _– Eine Übersicht darüber, wie Create-eth-app verwendet wird, um Apps mit beliebten Smart Contracts zu erstellen_
15+
- [Starten Sie Ihre dApp-Frontend-Entwicklung mit Create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/) _– Eine Übersicht darüber, wie Create-eth-app verwendet wird, um Apps mit beliebten Smart Contracts zu erstellen_
1616

1717
## Weiterführende Informationen {#further-reading}
1818

src/content/translations/es/developers/docs/smart-contracts/composability/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ En lugar de crear un sistema de autenticación personalizado o usar proveedores
6565

6666
## Tutoriales relacionados {#related-tutorials}
6767

68-
- [Componibilidad de los contratos: bloques fundamentales para el desarrollo de contratos inteligentes de Ethereum](https://www.decentlabs.io/blog/contract-composability-the-building-blocks-of-ethereum-smart-contract-development)
69-
- [Comience con el desarrollo de fontend de dapp con create-eth-app:](/developers/tutorials/kickstart-your-dapp-frontend-development-wth-create-eth-app/)_ un resumen sobre cómo usar create-eth-app para crear apps con contratos inteligentes populares previamente formulados. _
68+
- [Componibilidad de los contratos: bloques fundamentales para el desarrollo de contratos inteligentes de Ethereum](https://blog.decentlabs.io/contract-composability-the-building-blocks-of-ethereum-smart-contract-development/)
69+
- [Comienza el desarrollo de tu interfaz Dapp con create-eth-app,](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/)_ un resumen sobre cómo usar create-eth-app para crear apps con contratos inteligentes populares previamente formulados. _
7070

7171
## Más información {#further-reading}
7272

src/content/translations/fr/developers/docs/smart-contracts/composability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Les contrats intelligents sont publics sur Ethereum et peuvent être considéré
1212
## Tutoriels connexes {#related-tutorials}
1313

1414
- [Contract Composability: The Building Blocks of Ethereum Smart Contract Development](https://www.decentlabs.io/blog/contract-composability-the-building-blocks-of-ethereum-smart-contract-development)
15-
- [Kickstart your Dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-DApp-frontend-development-wth-create-eth-app/) _- Comment utiliser create-eth-app pour créer facilement des applications avec les contrats intelligents_
15+
- [Kickstart your Dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/) _- Comment utiliser create-eth-app pour créer facilement des applications avec les contrats intelligents_
1616

1717
## Complément d'information {#further-reading}
1818

0 commit comments

Comments
 (0)