doc: fix blob.bytes() heading level

PR-URL: https://github.com/nodejs/node/pull/60252
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
XTY 2025-10-16 16:17:53 +08:00 committed by GitHub
parent e8fd0ee74d
commit 71f5b1cbf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -513,7 +513,7 @@ added:
Returns a promise that fulfills with an {ArrayBuffer} containing a copy of
the `Blob` data.
#### `blob.bytes()`
### `blob.bytes()`
<!-- YAML
added: