From 13d0e4ac9f9ba754d38d13c3c338303c1269883a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 26 Feb 2024 17:59:42 +0000 Subject: [PATCH] Fix typo in about page (#81) --- src/utils/docs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/docs.ts b/src/utils/docs.ts index 12c87a6..9db2ec6 100644 --- a/src/utils/docs.ts +++ b/src/utils/docs.ts @@ -529,7 +529,7 @@ and the web of connections within a site's architecture. The results can also help optimizing server responses, configuring redirects, managing cookies, or fine-tuning DNS records for your site.`, -`So, weather you're a developer, system administrator, security researcher, penetration +`So, whether you're a developer, system administrator, security researcher, penetration tester or are just interested in discovering the underlying technologies of a given site - I'm sure you'll find this a useful addition to your toolbox.`, ];