From 47b3e24c005c97bc336031af2f3b5c6b2ecf814a Mon Sep 17 00:00:00 2001 From: branlong <82652131+branlong@users.noreply.github.com> Date: Mon, 13 May 2024 03:00:26 -0400 Subject: [solidity/en] Correct typo (#4533) --- solidity.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solidity.html.markdown') diff --git a/solidity.html.markdown b/solidity.html.markdown index cddaa6db..094baa13 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -657,7 +657,7 @@ reveal(100, "mySecret"); // in a decentralized manner, otherwise you run into the centralized risk that // smart contract design matter prevents. -// To easiest way get and use pre-boxed decentralized data is with Chainlink Data Feeds +// The easiest way to get and use pre-boxed decentralized data is with Chainlink Data Feeds // https://docs.chain.link/docs/get-the-latest-price // We can reference on-chain reference points that have already been aggregated by // multiple sources and delivered on-chain, and we can use it as a "data bank" -- cgit v1.2.3