From 6efcdf1cf6f00cbe1feb8c61c925e9f4481dcb31 Mon Sep 17 00:00:00 2001 From: vanhoefm Date: Fri, 10 Dec 2021 15:45:49 +0100 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507fa7f98..4147ae576 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,7 @@ In case the test tool doesn't appear to be working, check the following: 4. Run the [injection tests](#id-injection-tests) to make sure injection is working properly. Also assure that a 20 MHz channel is used, injection on other channels is untested. -5. Check that you machine isn't generating background traffic that interferes with the tests. In +5. Check that your machine isn't generating background traffic that interferes with the tests. In particular, disable networking in your OS, manually kill your DHCP client/server, etc. See also [Before every usage](#id-before-every-usage).