Skip to content

Commit

Permalink
fix: join readme example descriptions with '' (#1401)
Browse files Browse the repository at this point in the history
Otherwise commas are inserted as the default join character.
  • Loading branch information
achingbrain committed Oct 30, 2023
1 parent 9fa3b70 commit 7d9f73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/readme-updater-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ${
return ''
})
.join('')
}
`.trim()

Expand Down

0 comments on commit 7d9f73c

Please sign in to comment.