From be628051a7e404e420247f1faa48b4be98dc9f94 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Nov 2019 18:35:07 +0200 Subject: [PATCH] Fix typo --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d2462c79..9aaf947a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,7 +10,7 @@ PlatformIO Core 4.0 ~~~~~~~~~~~~~~~~~~ * Handle project configuration (monitor, test, and upload options) for PIO Remote commands (`issue #2591 `_) -* Warn about about broken library manifest when scanning dependencies (`issue #3268 `_) +* Warn about broken library manifest when scanning dependencies (`issue #3268 `_) * Fixed an issue with the broken latest news for PIO Home * Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 `_)