From ba8ea1304d126da3acf5504285dd894de91aaebb Mon Sep 17 00:00:00 2001 From: Erik De Smedt Date: Tue, 31 Oct 2023 09:49:54 +0100 Subject: [PATCH] Docs: Grammar prove instead of proof --- docs/src/getting-started/register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started/register.md b/docs/src/getting-started/register.md index 288f408a..88998732 100644 --- a/docs/src/getting-started/register.md +++ b/docs/src/getting-started/register.md @@ -6,7 +6,7 @@ We'll start with creating a seed that is used to derive node-secrets from. Each node on the lightning network is identified by a public key and the corresponding private key is one of these secrets. In the next step, we'll connect to the _Scheduler_ using a developer identity and register the node. -This requires you to proof that you own the private key mentioned previously. +This requires you to prove that you own the private key mentioned previously. At the end of this section your node will be registered on Greenlight and you will have a device-identity that can be used to connect the node.