From 0488cc4086a2e69fe1e623b003b3328d703f28d3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 2 Nov 2019 19:48:41 +0200 Subject: [PATCH] Typo fix --- platformio/project/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/project/options.py b/platformio/project/options.py index 02cea3a3..58149df9 100644 --- a/platformio/project/options.py +++ b/platformio/project/options.py @@ -263,7 +263,7 @@ ProjectOptions = OrderedDict( name="shared_dir", description=( "A location which PIO Remote uses to synchronize extra files " - "between remote machine." + "between remote machines" ), sysenvvar="PLATFORMIO_SHARED_DIR", default=os.path.join("$PROJECT_DIR", "shared"),