LIQUID_DROPPINGSYSTEM_SCOOP_TOGGLE event possibly misspelled

Version: Current published https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/Key_Events/Aircraft_General_Systems.htm#LIQUID_DROPPING_SYSTEM_SCOOP_TOGGLE

Frequency: Consistently

Severity: Low

Bug description:
The event “LIQUID_DROPPINGSYSTEM_SCOOP_TOGGLE” on the quoted page seems to be misspelled. Notice lack of “_”.

The corresponding macro in SDK v1.0.0 MSFS_EventsEnum.h is KEY_LIQUID_DROPPING_SYSTEM_SCOOP_TOGGLE. It’s the only new ('24) documented key event name which doesn’t correspond exactly to a KEY_ macro name.

Also the link id attribute for that event in the docs is correct, with the underscore. However the link from the main index doesn’t work because it is missing the underscore (using the name as the internal #link instead of correct id).

<td>
  <a id="LIQUID_DROPPING_SYSTEM_SCOOP_TOGGLE"></a>
  <code class="inline">LIQUID_DROPPINGSYSTEM_SCOOP_TOGGLE</code>
</td>