Commit 964e668e205 for nodejs

commit 964e668e2058cc7673905ba4493fe04f0d047b39
Author: Antoine du Hamel <duhamelantoine1995@gmail.com>
Date:   Thu Sep 24 16:12:12 2026 +0200

    doc: fix casing in `util.markPromiseAsHandled` section

    Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    PR-URL: https://github.com/nodejs/node/pull/66206
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>

diff --git a/doc/api/util.md b/doc/api/util.md
index bb12d2c260b..10dee8aed3f 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1904,7 +1904,7 @@ equality.
 added: v26.10.0
 -->

-* `promise` {promise} The promise to mark as handled
+* `promise` {Promise} The promise to mark as handled

 Marks a promise as handled so that unhandled rejections are ignored and are not
 reported to the `'unhandledrejection'` event.