From a7bb57751519885fef7bfbc23a6647303c89f38f Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 30 Oct 2023 11:06:17 +0000 Subject: [PATCH] fix: join readme example descriptions with '' Otherwise commas are inserted as the default join character. --- src/docs/readme-updater-plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/readme-updater-plugin.js b/src/docs/readme-updater-plugin.js index cccdff0c9..03a4ed754 100644 --- a/src/docs/readme-updater-plugin.js +++ b/src/docs/readme-updater-plugin.js @@ -99,6 +99,7 @@ ${ return '' }) + .join('') } `.trim()