From 7d9f73cf79b99a2404dc4658c5dafc377cffefe0 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 30 Oct 2023 11:15:27 +0000 Subject: [PATCH] fix: join readme example descriptions with '' (#1401) 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()