From 41be995bd8682d8e3c510720625ed8bbb2c5c3f3 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Thu, 12 Dec 2024 13:19:49 -0800 Subject: [PATCH] return --- files/en-us/web/api/dommatrixreadonly/scale3d/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/dommatrixreadonly/scale3d/index.md b/files/en-us/web/api/dommatrixreadonly/scale3d/index.md index 861d7282c892228..0ae04994c4f55c3 100644 --- a/files/en-us/web/api/dommatrixreadonly/scale3d/index.md +++ b/files/en-us/web/api/dommatrixreadonly/scale3d/index.md @@ -36,7 +36,7 @@ DOMMatrixReadOnly.scale3d(scale, originX, originY, originZ); ### Return value -Returns a {{domxref("DOMMatrix")}}. +A {{domxref("DOMMatrix")}}. ## Examples