From b492ef2dfb35d29719075b0c4935713ab22ca91d Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 13 Jan 2025 11:29:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a15eec..f6d0749 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ Create a folder under [src](https://github.com/cryptousersecurity/token-risk-cla Add the new risk type to the `Risk Types` list under `nav` section in [mkdocs.yml](https://github.com/cryptousersecurity/token-risk-classification/blob/main/mkdocs.yml#L17). ## Update Documentation -Everytime you add a new risk type or add new risk samples to an existing risk type, please update the documentation by executing the following command: +Every time you add a new risk type or add new risk samples to an existing risk type, please update the documentation by executing the following command: ```bash make generate-docs ```