From 5bed261321baa82bc20f1e1324ad1ee8668a2178 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:49:47 +0100 Subject: [PATCH] fix(docs): typo in contributing docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd7d86f5395..18a5d228822 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ If you are opening a new issue, try to be descriptive as possible. Also please c ### Source code comments -Follow the [NatSpec format](https://docs.soliditylang.org/en/v0.8.16/natspec-format.html) for documentating smart contract source code. Please adhere to a few additional standards: +Follow the [NatSpec format](https://docs.soliditylang.org/en/v0.8.16/natspec-format.html) for documenting smart contract source code. Please adhere to a few additional standards: - Choose `/** */` over `///` for multi-line NatSpec comments, to save column space - Omit the usage of `@notice`, this will be automatically picked up so it will save column space and improve readability