Ver Fonte

Sentence correction (#16650)

ethsol há 3 anos atrás
pai
commit
a939adb55c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/feature_bootmagic.md

+ 1 - 1
docs/feature_bootmagic.md

@@ -51,7 +51,7 @@ void bootmagic_lite(void) {
 }
 ```
 
-You can additional feature here. For instance, resetting the EEPROM or requiring additional keys to be pressed to trigger Bootmagic Lite. Keep in mind that `bootmagic_lite` is called before a majority of features are initialized in the firmware.
+You can define additional logic here. For instance, resetting the EEPROM or requiring additional keys to be pressed to trigger Bootmagic Lite. Keep in mind that `bootmagic_lite` is called before a majority of features are initialized in the firmware.
 
 ## Addenda