Skip to content

Commit 50fcd26

Browse files
authored
Merge pull request #8530 from florath/patch-1
Removed duplicate 'can'
2 parents 50f4abf + 9eae917 commit 50fcd26

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/oracles

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Different oracles differ in their approach to solving the oracle problem, and we
6666

6767
Users are entities (i.e., smart contracts) that need information external to the blockchain to complete specific actions. The basic workflow of an oracle service starts with the user sending a data request to the oracle contract. Data requests will usually answer some or all of the following questions:
6868

69-
1. What sources can off-chain nodes can consult for the requested information?
69+
1. What sources can off-chain nodes consult for the requested information?
7070

7171
2. How do reporters process information from data sources and extract useful data points?
7272

0 commit comments

Comments
 (0)