diff --git a/removed_sites.md b/removed_sites.md index b1e5aa5..74b1f91 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -424,7 +424,7 @@ Good-bye [Google Plus](https://en.wikipedia.org/wiki/Google%2B)... ## InsaneJournal As of 2020-02-23, InsaneJournal returns false positive, when providing a username which contains a period. -Since we were not able to find the critera for a valid username, the best thing to do now is to remove it. +Since we were not able to find the criteria for a valid username, the best thing to do now is to remove it. ```json "InsaneJournal": { @@ -625,7 +625,7 @@ removed ## Coderwall As of 2020-07-06, Coderwall returns false positives when checking for an username which contains a period. -I have tried to find out what Coderwall's criteria is for a valid username, but unfortunetly I have not been able to +I have tried to find out what Coderwall's criteria is for a valid username, but unfortunately I have not been able to find it and because of this, the best thing we can do now is to remove it. ```json "Coderwall": { @@ -1827,7 +1827,7 @@ As of 2023.08.29, GunsAndAmmo responds with 404 from time to time ``` ## TikTok -As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existance of usernames. Proxitok does not work either. +As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existence of usernames. Proxitok does not work either. ```json "TikTok": { diff --git a/sherlock/tests/all.py b/sherlock/tests/all.py index 7943fab..926946f 100644 --- a/sherlock/tests/all.py +++ b/sherlock/tests/all.py @@ -52,7 +52,7 @@ class SherlockDetectTests(SherlockBaseTest): self.assertEqual("message", site_data["errorType"]) # Generate a valid username based on the regex for a username that the - # site supports that is *most likely* not taken. The regex is slighlty + # site supports that is *most likely* not taken. The regex is slightly # modified version of site_data["regexCheck"] as we want a username # that has the maximum length that is supported by the site. This way, # we wont generate a random username that might actually exist. This @@ -109,7 +109,7 @@ class SherlockDetectTests(SherlockBaseTest): self.assertEqual("status_code", site_data["errorType"]) # Generate a valid username based on the regex for a username that the - # site supports that is *most likely* not taken. The regex is slighlty + # site supports that is *most likely* not taken. The regex is slightly # modified version of site_data["regexCheck"] as we want a username # that has the maximum length that is supported by the site. This way, # we wont generate a random username that might actually exist. This