From 2fa20b5c52d22b58bde18c2d3fa933a48469778e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 7 Feb 2020 11:28:32 +0200 Subject: [PATCH] Typo fix --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c8915ebe..12c73b12 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,7 +18,7 @@ PlatformIO Core 4.0 - Added support for `PVS-Studio `__ static code analyzer -* Initial support for `Project Manager `_ CLI: +* Initial support for `Project Manager `_ CLI: - Show computed project configuration with a new `platformio project config `_ command or dump to JSON with ``platformio project config --json-output`` (`issue #3335 `_) - Moved ``platformio init`` command to `platformio project init `_