diff --git a/files/en-us/web/api/midiconnectionevent/index.md b/files/en-us/web/api/midiconnectionevent/index.md index f9641af3600f692..110648507b7f265 100644 --- a/files/en-us/web/api/midiconnectionevent/index.md +++ b/files/en-us/web/api/midiconnectionevent/index.md @@ -19,7 +19,7 @@ The **`MIDIConnectionEvent`** interface of the [Web MIDI API](/en-US/docs/Web/AP ## Instance properties - {{domxref("MIDIConnectionEvent.port")}} {{ReadOnlyInline}} - - : Returns a reference to a {{domxref("MIDIPort")}} instance for a port that has been connected or disconnected." + - : Returns a reference to a {{domxref("MIDIPort")}} instance for a port that has been connected or disconnected. ## Examples