diff --git a/src/pages/docs/api/parameters/iframe.md b/src/pages/docs/api/parameters/iframe.md
index 3e823927a..701ba53b7 100644
--- a/src/pages/docs/api/parameters/iframe.md
+++ b/src/pages/docs/api/parameters/iframe.md
@@ -45,17 +45,17 @@ Any URL that implements [oEmbed](https://oembed.com/) specification is supported
-Additionally, you can supply any consumer query parameter supported by [specification](https://oembed.com/), like `maxwidth` or `maxheight`:
+Additionally, you can supply any consumer query parameter supported by [specification](https://oembed.com/), like `maxWidth` or `maxHeight`:
{
const { status, data, response } = await mql(
'{{demolinks.youtube.url}}', {
iframe: {
- maxwidth: 350
+ maxWidth: 350
}
})