diff --git a/3.3-Overrides-[To-RFP-or-Not].md b/3.3-Overrides-[To-RFP-or-Not].md
index dd0cec2..a172910 100644
--- a/3.3-Overrides-[To-RFP-or-Not].md
+++ b/3.3-Overrides-[To-RFP-or-Not].md
@@ -60,7 +60,7 @@ Arkenfox's primary objectives have always been security, privacy and mitigating
- RFP randomizes canvas to catch naive scripts (most scripts are naive with canvas)
- RFP contains timing mitigations as a bonus against many side channel attacks
-So if a fingerprinting script should run, it would need to be universal or widespread (i.e it use the exact same canvas, audio and webgl tests among others - most aren't), shared by a data broker (most aren't), not be naive (most are) and not be just first party or used solely for bot detection and fraud prevention (most probably are) 1.
+So if a fingerprinting script should run, it would need to be universal or widespread (i.e it uses the exact same canvas, audio and webgl tests among others - most aren't), shared by a data broker (most aren't), not be naive (most are) and not be just first party or used solely for bot detection and fraud prevention (most probably are) 1.
1 That's not to say that fingerprinting is not a threat and won't become more widespread and sophisticated.