From 6c5c16055135d627c0a86cbf3bcfa182dfae8ded Mon Sep 17 00:00:00 2001 From: dreamsequins Date: Wed, 29 May 2019 22:07:14 -0500 Subject: [PATCH] Fix typo where verses should be versus --- docs/hackers/private-vs-public-programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hackers/private-vs-public-programs.md b/docs/hackers/private-vs-public-programs.md index 420eec19942..a7ba9f508e0 100644 --- a/docs/hackers/private-vs-public-programs.md +++ b/docs/hackers/private-vs-public-programs.md @@ -12,7 +12,7 @@ Private programs are programs that aren't published to the public. This means th As private programs limit the number of hackers invited to the program, the number of report submissions is also limited to enable the program to get the hang of receiving and triaging vulnerability reports. All programs begin as private, but as they become more proficient in handling reports, they can choose to go public if desired. -The advantage of hacking on a private program verses a public one, is that the pool of hackers finding vulnerabilities is much smaller, giving you an advantage to find and be rewarded for vulnerabilities. +The advantage of hacking on a private program versus a public one, is that the pool of hackers finding vulnerabilities is much smaller, giving you an advantage to find and be rewarded for vulnerabilities. ### Public Programs