diff --git a/doc/api/util.md b/doc/api/util.md
index 38265c040b40b2..b2dfb147914bdf 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -2132,6 +2132,10 @@ encoded bytes.
 
 ### `textEncoder.encodeInto(src, dest)`
 
+<!-- YAML
+added: v12.11.0
+-->
+
 * `src` {string} The text to encode.
 * `dest` {Uint8Array} The array to hold the encode result.
 * Returns: {Object}