diff --git a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md index c2d9cc42415523d..2c1c366307d834f 100644 --- a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md +++ b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md @@ -19,7 +19,7 @@ The **`setMatrixValue()`** method of the {{domxref("DOMMatrix")}} interface repl ### Parameters - `transformList` - - : The list of comma-separated transform values as a `DOMString` matrix. + - : A string; the list of transform values separated by commas, within `matrix()` or `matrix3d()` function syntax. ### Return value