From 86069ab7c6c36620e030b1b2aa4a335272f09420 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 8 Feb 2020 21:37:18 +0200 Subject: [PATCH] Typo fix --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8712a677..8a79182c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -34,7 +34,7 @@ PlatformIO Core 4.0 * Updated Unity tool to 2.5.0 * Made package ManifestSchema compatible with marshmallow >= 3 (`issue #3296 `_) * Warn about broken library manifest when scanning dependencies (`issue #3268 `_) -* Do not overwrite a custom items in VSCode's "extensions.json" (`issue #3374 `_) +* Do not overwrite custom items in VSCode's "extensions.json" (`issue #3374 `_) * Fixed an issue when ``env.BoardConfig()`` does not work for custom boards in extra scripts of libraries (`issue #3264 `_) * Fixed an issue with "start-group/end-group" linker flags on Native development platform (`issue #3282 `_) * Fixed default PIO Unified Debugger configuration for `J-Link probe `__