From a6d469a036d92c18d8ee7b2201c0b39176163fc2 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Sun, 18 Sep 2016 13:25:24 -0500 Subject: [PATCH] stlink: fix typo --- pages/common/st-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/st-info.md b/pages/common/st-info.md index cdd6a6bf46..3cfe37a407 100644 --- a/pages/common/st-info.md +++ b/pages/common/st-info.md @@ -2,11 +2,11 @@ > Provides information about connected STLink and STM32 devices. -- Display about of program memory available: +- Display amount of program memory available: `st-info --flash` -- Display about of sram memory available: +- Display amount of sram memory available: `st-info --sram`