diff --git a/Battery.md b/Battery.md
index bfae23a..26c4d08 100644
--- a/Battery.md
+++ b/Battery.md
@@ -1,7 +1,7 @@
Most of the Hoverboard mainboards use a 10S2P LIPO Batteries (36v Nominal - 42v Charged ).
If you want to use a battery with less or more cells in series, change BAT_CELLS parameter in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) (10 by default).
-Batteries up to 12S have been used safely in the community, but do it at your own risk.
+Batteries up to 12S (50.4V) have been used safely in the community, but do it at your own risk.
For higher voltage, you need to replace the 63v capacitors highlighted in red in the following picture and the mosfets by ones rated for 80v/100v depending on your needs.
@@ -14,7 +14,7 @@ If the led on the charger stays green when plugging it in, the battery is probab
## :bell: Battery level low alerts:
Default battery level are for safe use of LIPO batteries.
-You can adjust the levels to your needs in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you want to use a battery with a different chemistry.
+You can adjust the battery levels to your needs in [config.h](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/master/Inc/config.h) if you want to use a battery with a different chemistry.
|Level|Single Cell Voltage|Sideboard Led|Alert|Enable
Parameter|Ajust
Parameter|
|---|---|---|---|---|---|
@@ -36,7 +36,7 @@ On some of the boards the wires for the bluetooth/speaker board can be used. (se
The mainboard consumes 80-90mA with motors disabled, and 160-170mA with motors enabled.
## :zzz: Inactivity timeout - Power Saving
-The board will automatically power off after approximatively 8 minutes of inactivity by default.
+The board will automatically power off after approximately 8 minutes of inactivity by default.
The counter is reset if commands or cruise target are below -30 or above 30.
Parameter INACTIVITY_TIMEOUT can be used to set up the number of minutes of inactivity before power off. It is not very precise.