From b99fff007df4d790d70123666c099a9fd676968c Mon Sep 17 00:00:00 2001 From: Steve Bollinger Date: Sat, 24 Feb 2018 14:46:37 -0800 Subject: [PATCH] Correct typo. --- docs/Compiling_STM32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Compiling_STM32.md b/docs/Compiling_STM32.md index 446bf58..b2013f8 100644 --- a/docs/Compiling_STM32.md +++ b/docs/Compiling_STM32.md @@ -217,7 +217,7 @@ The first command adds your user account to the group which can access connected The next steps will change your system's permissions rules so that users in the plugdev group can access attached USB devices. -If necessary, open another Terminal window with the current directory set to the project directory as explained above. Then type the follow commands into the Terminal: +If necessary, open another Terminal window with the current directory set to the project directory as explained above. Then type the following commands into the Terminal: sudo cp BootLoaders/Boards/stm32/tools/linux/45-maple.rules /etc/udev/rules.d/ sudo /etc/init.d/udev restart