From 0c7cdd8f93934c07dbfa84d885839f6bd5b4de00 Mon Sep 17 00:00:00 2001 From: BarikMana <42164118+BarikMana@users.noreply.github.com> Date: Fri, 18 Sep 2020 12:30:10 +0200 Subject: [PATCH] Update Linux-Installation-Instructions.md Fixing typo --- .../Linux-Installation-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index 688091ee8..b39dc7eab 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -107,7 +107,7 @@ To test you have the proper read & write rights, plug the Proxmark3 and execute: ```sh [ -r /dev/ttyACM0 ] && [ -w /dev/ttyACM0 ] && echo ok ``` -It must return `ok`. Otherwise this means you've a permissions problem to fix. +It must return `ok`. Otherwise this means you've got a permission problem to fix. # Compile and use the project