From aa3bc74cd6c3bf7a12fca1fc21cf1cb9c93cdcbe Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 15 Jan 2021 07:47:23 -0800 Subject: [PATCH] doc: fixup typo in metadata entry PR-URL: https://github.com/nodejs/node/pull/36947 Reviewed-By: Gireesh Punathil Reviewed-By: Antoine du Hamel --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index f3d8f44e4abac3..07f39f8452bcba 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -476,7 +476,7 @@ added: v10.5.0 changes: - version: v15.6.0 pr-url: https://github.com/nodejs/node/pull/36804 - description: Added `X509Certificate` tot he list of cloneable types. + description: Added `X509Certificate` to the list of cloneable types. - version: - v14.5.0 - v12.19.0