diff --git a/calibration.html b/calibration.html
index 410b5a0..6154db7 100644
--- a/calibration.html
+++ b/calibration.html
@@ -185,8 +185,8 @@
Additional start gcode
Telling the firmware to alter the flow rate of the gcode to follow. This does not mean the exact flow rate you have set in your own slicer. For example, using M221 S120 would set the flow rate to 120% of what it was originally sliced as in Simpilfy3D. Use this to compensate for obvious over or under extrusion you may encounter with these tests. Additional information available at the base of the Flow Rate tab.
M221 S38 can also be used to compensate for 2.85 mm filament and M221 S34 for 3.00 mm filament instead of the default 1.75 mm.
Setting the K factor for linear advance. For example, M900 K0.11
- Custom ABL sequence. By default, only G28 is present. This gcode will be inserted immediately afer that so custom commands can be used here.
- Anythng else you have in your start gcode, such as setting acceleration values, E-steps, etc.
+ Custom ABL sequence. By default, only G28 is present. This gcode will be inserted immediately after that so custom commands can be used here.
+ Anything else you have in your start gcode, such as setting acceleration values, E-steps, etc.