✏️ Fix variant docs typo (#27850)

This commit is contained in:
Keith Bennett
2025-05-14 13:18:53 -07:00
committed by GitHub
parent 4a0b3d1c9b
commit fbea4c6048
@@ -3,7 +3,7 @@
This `buildroot/share/PlatformIO/variants` folder contains Marlin custom variants for both generic and custom boards.
Marlin specifies board variants in PlatformIO INI files in one of two ways:
- The `board_build.variant = VARIANT_MAME` field specifies the variant subfolder name directly.
- The `board_build.variant = VARIANT_NAME` field specifies the variant subfolder name directly.
- The `board = board_name` field names a custom board JSON file that contains a `build.variant` field.
## Variant File Naming