diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index c45acb93e0..adeae04dc7 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -1915,7 +1915,7 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass)
* GstPulseSink:stream-properties
*
* List of pulseaudio stream properties. A list of defined properties can be
- * found in the pulseaudio api docs.
+ * found in the pulseaudio api docs.
*
* Below is an example for registering as a music application to pulseaudio.
* |[