Skip to content

Commit e327039

Browse files
authored
Merge pull request #11472 from ethereum/header-patch
Patch broken header syntax
2 parents f50e92e + 195e2d8 commit e327039

File tree

7 files changed

+7
-7
lines changed
  • src/content
    • developers/tutorials/nft-minter
    • translations
      • fr/developers/tutorials/nft-minter
      • id/developers/tutorials/nft-minter
      • it/developers/tutorials/nft-minter
      • ja/developers/tutorials/nft-minter
      • ro/developers/tutorials/nft-minter
      • zh/developers/tutorials/nft-minter

7 files changed

+7
-7
lines changed

src/content/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If you go to the `App.js` file, which is the main component in React that acts a
189189

190190
Now that we understand what we're working with, let's set up our Ethereum wallet!
191191

192-
##: Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
192+
## Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
193193

194194
For users to be able to interact with your smart contract they will need to connect their Ethereum wallet to your dapp.
195195

src/content/translations/fr/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Si vous ouvrez le fichier `App.js`, qui est le composant principal en React agis
195195

196196
Maintenant que nous comprenons ce avec quoi nous travaillons, mettons en place notre portefeuille Ethereum !
197197

198-
## : Configurez votre portefeuille Ethereum {#set-up-your-ethereum-wallet}
198+
## Configurez votre portefeuille Ethereum {#set-up-your-ethereum-wallet}
199199

200200
Pour que les utilisateurs puissent interagir avec votre contrat intelligent, ils devront connecter leur portefeuille Ethereum à votre dApp.
201201

src/content/translations/id/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ If you go to the `App.js` file, which is the main component in React that acts a
196196

197197
Now that we understand what we're working with, let's set up our Ethereum wallet!
198198

199-
## : Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
199+
## Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
200200

201201
For users to be able to interact with your smart contract they will need to connect their Ethereum wallet to your dApp.
202202

src/content/translations/it/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Se vai al file `App.js`, che è il componente principale su React e che agisce c
198198
199199
Ora che ci è chiaro con cosa stiamo lavorando, configuriamo il portafoglio di Ethereum!
200200
201-
## : Configura il tuo portafoglio di Ethereum {#set-up-your-ethereum-wallet}
201+
## Configura il tuo portafoglio di Ethereum {#set-up-your-ethereum-wallet}
202202
203203
Per poter interagire con il tuo smart contract, gli utenti dovranno connettere il proprio portafoglio di Ethereum alla tua dapp.
204204

src/content/translations/ja/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ return (
195195
196196
これから取り組む内容を理解したところで、イーサリアムウォレットを設定しましょう。
197197
198-
## : イーサリアムウォレットの設定{#set-up-your-ethereum-wallet}
198+
## イーサリアムウォレットの設定{#set-up-your-ethereum-wallet}
199199
200200
ユーザーがスマートコントラクトとやり取りできるようにするには、自分のイーサリアムウォレットを分散型アプリケーション(Dapp)に接続する必要があります。
201201

src/content/translations/ro/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ If you go to the `App.js` file, which is the main component in React that acts a
198198

199199
Now that we understand what we're working with, let's set up our Ethereum wallet!
200200

201-
## : Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
201+
## Set up your Ethereum wallet {#set-up-your-ethereum-wallet}
202202

203203
For users to be able to interact with your smart contract they will need to connect their Ethereum wallet to your dApp.
204204

src/content/translations/zh/developers/tutorials/nft-minter/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ return (
198198
199199
我们已经了解了我们正在进行的操作,现在我们来设置我们的以太坊钱包!
200200
201-
## : 设置您的以太坊钱包 {#set-up-your-ethereum-wallet}
201+
## 设置您的以太坊钱包 {#set-up-your-ethereum-wallet}
202202
203203
为了让用户能够与你的智能合约交互,他们需要将其以太坊钱包连接到你的去中心化应用程序。
204204

0 commit comments

Comments
 (0)