From ddf478fb36e3026464f924d023cf7797efee50a5 Mon Sep 17 00:00:00 2001 From: Sean Miller <38836869+RaisingAwesome@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:39:39 -0600 Subject: [PATCH] Grammar polish --- docs/platform-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform-specification.md b/docs/platform-specification.md index c9f3cfec476..0fc5238e12e 100644 --- a/docs/platform-specification.md +++ b/docs/platform-specification.md @@ -138,7 +138,7 @@ The following automatically generated properties can be used globally in all con - `{_id}`: [board ID](#boardstxt) of the board being compiled for - `{build.fqbn}`: the FQBN (fully qualified board name) of the board being compiled for. The FQBN follows the format: `VENDOR:ARCHITECTURE:BOARD_ID[:MENU_ID=OPTION_ID[,MENU2_ID=OPTION_ID ...]]` -- `{build.source.path}`: Path to the sketch being compiled. If the sketch is in an unsaved state, it will the path of +- `{build.source.path}`: Path to the sketch being compiled. If the sketch is in an unsaved state, it will be the path of its temporary folder. - `{build.library_discovery_phase}`: set to 1 during library discovery and to 0 during normal build. A macro defined with this property can be used to disable the inclusion of heavyweight headers during discovery to reduce compilation