Skip to content

Commit 5443d9e

Browse files
Merge pull request #54 from SingularityNET-Archive:development
Testing dev branch
2 parents db012e0 + 342d884 commit 5443d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/generateMarkdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function generateMarkdown(summary, order) {
3434
// Add meeting information to markdown
3535
if (name) markdown += `- Type of meeting: ${name}\n`;
3636
if (host || documenter || peoplePresent) {
37-
markdown += `- People present: `;
37+
markdown += `- Present: `;
3838
if (host) markdown += `${host} [facilitator], `;
3939
if (documenter) markdown += `${documenter} [documenter], `;
4040
if (peoplePresent) markdown += `${peoplePresent.split(', ').map(p => p.trim()).join(', ')}`;

0 commit comments

Comments
 (0)