From 42e84e9a5bf01cb4e88acd9f4e8f520b1614e8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 22 Aug 2025 12:56:20 +0200 Subject: [PATCH] Remove redundant "also known as" for MediaRecorder This name is already at the start of the description. --- features/mediastream-recording.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/mediastream-recording.yml b/features/mediastream-recording.yml index 87b3d3de898..c6eb754caf4 100644 --- a/features/mediastream-recording.yml +++ b/features/mediastream-recording.yml @@ -1,5 +1,5 @@ name: MediaStream recording -description: The `MediaRecorder` API captures data generated by `MediaStream` or `HTMLMediaElement` objects for analysis, processing, or saving to disk. Also known as the Media Recording API or the MediaRecorder API. +description: The `MediaRecorder` API captures data generated by `MediaStream` or `HTMLMediaElement` objects for analysis, processing, or saving to disk. Also known as the Media Recording API. spec: https://w3c.github.io/mediacapture-record/ compat_features: - api.BlobEvent