From 740d8fe7011d352ea263dd228e5886132e9c3265 Mon Sep 17 00:00:00 2001 From: Sylvarant92 <42246552+Sylvarant92@users.noreply.github.com> Date: Thu, 28 Jul 2022 19:31:33 +0200 Subject: [PATCH] Edit docs Fixed a typo --- docs/general_chainlink_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general_chainlink_guide.md b/docs/general_chainlink_guide.md index 0d1b16b..eac4753 100644 --- a/docs/general_chainlink_guide.md +++ b/docs/general_chainlink_guide.md @@ -16,7 +16,7 @@ Getting off-chain data from on-chain requires the orchestration of many Chainlin #### a. [Full Node](https://docs.chain.link/docs/run-an-ethereum-client/#geth) -A Full Node is the bridge from the Chainlink Node to the Blockchain. A Full Node enables the Chainlink node to detect inbound on-chain requests from consumer contracts and submit transactions back to the blockchain. +A Full Node is the bridge from the Chainlink Node to the Blockchain. A Full Node enables the Chainlink Node to detect inbound on-chain requests from consumer contracts and submit transactions back to the blockchain. #### b. [Consumer Contract](https://docs.chain.link/docs/make-a-http-get-request/#api-consumer)