Skip to content

Commit

Permalink
fix: prettier fix
Browse files Browse the repository at this point in the history
Refs: #163
  • Loading branch information
kunfang98927 committed Oct 11, 2024
1 parent 364ff92 commit 4539e3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ document
if (allValid) {
document.getElementById(
'publishResults'
).innerHTML = `Your final publish results will be:<br />${publishResults}`;
).innerHTML = `You will publish the following:<br />${publishResults}`;
const confirmationModal = new bootstrap.Modal(
document.getElementById('confirmationModal')
);
Expand Down

0 comments on commit 4539e3c

Please sign in to comment.