docs(@embark/): Fixes 'Optionnal' typo in templates/ and contract.js examples

This commit is contained in:
Thiago F. Alencar 2019-01-25 14:16:13 -02:00 committed by Jonathan Rainville
parent 7ac27a0f93
commit a3da5c0b5b
6 changed files with 18 additions and 18 deletions

View File

@ -35,9 +35,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
} }
]*/ ]*/
}, },

View File

@ -20,9 +20,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
}, },
{ {
"nodeAccounts": true // Uses the Ethereum node's accounts "nodeAccounts": true // Uses the Ethereum node's accounts

View File

@ -35,9 +35,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
} }
]*/ ]*/
}, },

View File

@ -20,9 +20,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
}, },
{ {
"nodeAccounts": true // Uses the Ethereum node's accounts "nodeAccounts": true // Uses the Ethereum node's accounts

View File

@ -20,9 +20,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
}, },
{ {
"nodeAccounts": true // Uses the Ethereum node's accounts "nodeAccounts": true // Uses the Ethereum node's accounts

View File

@ -19,9 +19,9 @@ module.exports = {
}, },
{ {
mnemonic: "12 word mnemonic", mnemonic: "12 word mnemonic",
addressIndex: "0", // Optionnal. The index to start getting the address addressIndex: "0", // Optional. The index to start getting the address
numAddresses: "1", // Optionnal. The number of addresses to get numAddresses: "1", // Optional. The number of addresses to get
hdpath: "m/44'/60'/0'/0/" // Optionnal. HD derivation path hdpath: "m/44'/60'/0'/0/" // Optional. HD derivation path
} }
]*/ ]*/
}, },