diff --git a/doc/fluidsynth-v11-devdoc.txt b/doc/fluidsynth-v11-devdoc.txt
index ccc9d3b0..cf7be5c1 100644
--- a/doc/fluidsynth-v11-devdoc.txt
+++ b/doc/fluidsynth-v11-devdoc.txt
@@ -103,8 +103,8 @@ Changes in FluidSynth 2.0.0 concerning developers:
- use unique device names for the "audio.portaudio.device" setting
- rename fluid_mod_new() and fluid_mod_delete() to match naming conventions: new_fluid_mod() and delete_fluid_mod()
-- add "synth.volenv" a setting for volume envelope processing
-- add "midi.autoconnect" a setting for automatically connecting fluidsynth to available MIDI input ports
+- add "synth.volenv" a setting for volume envelope processing
+- add "midi.autoconnect" a setting for automatically connecting fluidsynth to available MIDI input ports
- add support for polyphonic key pressure events, see fluid_event_key_pressure() and fluid_synth_key_pressure()
- add fluid_synth_add_default_mod() and fluid_synth_remove_default_mod() for manipulating default modulators
- add individual reverb setters: fluid_synth_set_reverb_roomsize(), fluid_synth_set_reverb_damp(), fluid_synth_set_reverb_width(), fluid_synth_set_reverb_level()