From dfd4e3409aa0be48ebcee88a1544331bd0061220 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:08:24 +0300 Subject: [PATCH] docs: Fix incorrect article Update index.md Typo in the first sentence of the description. The article "An" was incorrectly used before "non-technical." Since "non-technical" starts with a consonant sound (/n/), it should be "A non-technical introduction." --- public/content/zero-knowledge-proofs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/zero-knowledge-proofs/index.md b/public/content/zero-knowledge-proofs/index.md index e33b244b515..709d2b71130 100644 --- a/public/content/zero-knowledge-proofs/index.md +++ b/public/content/zero-knowledge-proofs/index.md @@ -1,6 +1,6 @@ --- title: Zero-knowledge proofs -description: An non-technical introduction to zero-knowledge proofs for beginners. +description: A non-technical introduction to zero-knowledge proofs for beginners. lang: en ---