Skip to content

Commit 212abfe

Browse files
Merge pull request #62 from corwintines/patch-1
fix typo in offchain.md
2 parents 420f269 + 530da3a commit 212abfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Intro/dive/offchain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Off-Chain Components
22

3-
- **Validator** (aka Feed) Creates usable information our of raw data that is read from various Origins. Validators query Origins no matter whether they are on-chain or off-chain for the price data. The Validator transform the original data into Chronicle data by using Data Models. After the Chronicle data is calculated it is signed and sent to the peer-to-peer network.
3+
- **Validator** (aka Feed) Creates usable information out of raw data that is read from various Origins. Validators query Origins no matter whether they are on-chain or off-chain for the price data. The Validator transform the original data into Chronicle data by using Data Models. After the Chronicle data is calculated it is signed and sent to the peer-to-peer network.
44

55
- **Challenger** is an off chain component that listens to Oracle’s updates and makes sure that no invalid optimistic update is made. Thus we can be sure that our Optimistic Oracles are functioning properly. Both challengers and relays are permissionless jobs with challengers even getting paid for their effort. Participation from the community is both encouraged and supported.
66

@@ -14,4 +14,4 @@
1414

1515
You can find your token name by using the search box or by selecting your preferred blockchain from the filter located in the top-right corner (see Figure below).
1616

17-
![Example banner](../../../static/img/dashboard.png)
17+
![Example banner](../../../static/img/dashboard.png)

0 commit comments

Comments
 (0)