From 883590708f5ad5ba03fd32147d6285fe45f0753e Mon Sep 17 00:00:00 2001 From: Joseph Fajen <104791413+joseph-fajen@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:37:13 -0700 Subject: [PATCH] Update index.md Suggest removing an extra "not" in this sentence to avoid confusion. --- doc/docusaurus/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docusaurus/docs/index.md b/doc/docusaurus/docs/index.md index d740d469f77..89ffe26da34 100644 --- a/doc/docusaurus/docs/index.md +++ b/doc/docusaurus/docs/index.md @@ -14,5 +14,5 @@ Plinth is used to write on-chain code, often called scripts or validators. To fully develop and deploy smart contracts, off-chain code is also needed for tasks such as building and submitting transactions, querying available UTXOs, and more. A detailed discussion of off-chain code is beyond the scope of this guide. -While not all subjects are not covered in depth, you can find links to specifications and papers for further reading in the [Further Resources](./delve-deeper/further-resources.md) section. +While not all subjects are covered in depth, you can find links to specifications and papers for further reading in the [Further Resources](./delve-deeper/further-resources.md) section. Visit the [Glossary](./glossary.md) page for brief descriptions of these concepts.