Skip to content

Commit

Permalink
fix: join readme example descriptions with ''
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 a7bb577
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('')

Check warning on line 102 in src/docs/readme-updater-plugin.js

View check run for this annotation

Codecov / codecov/patch

src/docs/readme-updater-plugin.js#L102

Added line #L102 was not covered by tests
}
`.trim()

Expand Down

0 comments on commit a7bb577

Please sign in to comment.