Skip to content

Commit 090d07c

Browse files
authored
Merge pull request #11851 from omahs/patch-4
Fix typos
2 parents a6a3206 + 21bc372 commit 090d07c

File tree

4 files changed

+5
-5
lines changed
  • public/content
    • developers/docs/oracles
    • translations
      • id/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript
      • ro/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript
  • src/intl/pcm

4 files changed

+5
-5
lines changed

public/content/developers/docs/oracles/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ contract Oracle {
173173
uint currentQuorum = 0;
174174
175175
//iterate through oracle list and check if enough oracles(minimum quorum)
176-
//have voted the same answer has the current one
176+
//have voted the same answer as the current one
177177
for(uint i = 0; i < totalOracleCount; i++){
178178
bytes memory a = bytes(currRequest.answers[i]);
179179
bytes memory b = bytes(_valueRetrieved);
@@ -236,7 +236,7 @@ Centralized oracles aren't guaranteed to always make off-chain data available to
236236

237237
#### Poor incentive compatibility {#poor-incentive-compatibility}
238238

239-
Centralized oracles often have poorly designed or non-existent incentives for the data provider to send accurate/unaltered information. Paying an oracle for for correctness does not guarantee honesty. This problem gets bigger as the amount of value controlled by smart contracts increases.
239+
Centralized oracles often have poorly designed or non-existent incentives for the data provider to send accurate/unaltered information. Paying an oracle for correctness does not guarantee honesty. This problem gets bigger as the amount of value controlled by smart contracts increases.
240240

241241
### Decentralized oracles {#decentralized-oracles}
242242

public/content/translations/id/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (window.ethereum != null) {
8484
try {
8585
// Request account access if needed
8686
await window.ethereum.enable()
87-
// Acccounts now exposed
87+
// Accounts now exposed
8888
} catch (error) {
8989
// User denied account access...
9090
}

public/content/translations/ro/developers/tutorials/set-up-web3js-to-use-ethereum-in-javascript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (window.ethereum != null) {
8484
try {
8585
// Request account access if needed
8686
await window.ethereum.enable()
87-
// Acccounts now exposed
87+
// Accounts now exposed
8888
} catch (error) {
8989
// User denied account access...
9090
}

src/intl/pcm/page-layer-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"layer-2-optimistic-rollups-description": "Optimistic rollups are 'optimistic' when we see say transactions dey assumed to be valid, but dem fit challenge am if e need. If dem suspect an invalid transactions, dem fit run fault proof to see if e don take place.",
5050
"layer-2-optimistic-rollups-childSentance": "More on optimistic rollups",
5151
"layer-2-zk-rollups-title": "Zero-knowledge rollups",
52-
"layer-2-zk-rollups-description": "Zero knowledge rollups dey use validity proofs where the transactons dey offcahin and the the data wey dem compress go go ethereum mainnet as proof of their validity.",
52+
"layer-2-zk-rollups-description": "Zero knowledge rollups dey use validity proofs where the transactons dey offcahin and the data wey dem compress go go ethereum mainnet as proof of their validity.",
5353
"layer-2-zk-rollups-childSentance": "More tori for ZK-rollups",
5454
"layer-2-dyor-title": "Make yor own research: kasala for layer 2",
5555
"layer-2-dyor-1": "Plenty layer 2 projects dey young and dem still need make users trust some operators make dem talk true on the decentralized networks. make you dey do your own research to take know if you dey comfortable with any risk involved.",

0 commit comments

Comments
 (0)