From c9948319c1e3f0621d44bee109fc00405ecda46e Mon Sep 17 00:00:00 2001 From: poolpitako <78830419+poolpitako@users.noreply.github.com> Date: Fri, 27 Jan 2023 05:11:18 -0600 Subject: [PATCH] website: fix typo (#26560) --- docs/interacting-with-geth/rpc/ns-clique.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting-with-geth/rpc/ns-clique.md b/docs/interacting-with-geth/rpc/ns-clique.md index 3d9c0bab66..5dba480baf 100644 --- a/docs/interacting-with-geth/rpc/ns-clique.md +++ b/docs/interacting-with-geth/rpc/ns-clique.md @@ -3,7 +3,7 @@ title: clique Namespace description: Documentation for the JSON-RPC API "clique" namespace --- -The `clique` API provides access to the state of the clique consensus engine. This API cna be used to manage signer votes and to check the health of a private network. +The `clique` API provides access to the state of the clique consensus engine. This API can be used to manage signer votes and to check the health of a private network. ## clique_getSnapshot {#clique-getsnapshot}