From cc01f8c9d71a0aee81d21eb172e3623db0f9f350 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 27 Oct 2021 23:41:29 -0400 Subject: [PATCH] docs: fix typos in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c8f712..91b8cc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,10 +13,10 @@ Any new sites that are added need to have a username that has been claimed, and that is unclaimed documented in the site data. This allows the regression tests to ensure that everything is working. -It is required that a contributer test any new sites by either running the full tests, or running +It is required that a contributor test any new sites by either running the full tests, or running a site-specific query against the claimed and unclaimed usernames. -It is not required that a contributer run the +It is not required that a contributor run the [site_list.py](https://github.com/sherlock-project/sherlock/blob/master/site_list.py) script.