Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo activity content #258

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.vscode
node_modules/
book
.DS_Store
2 changes: 1 addition & 1 deletion pages/ActivityContent/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DSNP uses only the following content types at the root level:

| Name | Description | DSNP Announcements |
| ---- | ----------- | -------------------- |
[Note](Types/Note.md) | standard user content | [Broadcast](../DSNP/Types/Broadcast.md), [Reply](../DSNP/Types/Reply.md) |
[Note](Types/Note.md) | standard user content | [Broadcast](../DSNP/Types/Broadcast.md), [Reply](../DSNP/Types/Reply.md), [Update](../DSNP/Types/Update.md) |
[Profile](Types/Profile.md) | user profile content | [Profile](../DSNP/Types/Profile.md) |

## Associated Types
Expand Down
1 change: 0 additions & 1 deletion pages/ActivityContent/Types/Note.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"type": "Note",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"mediaType": "text/plain",
"summary": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"attachment": [
{
"type": "Link",
Expand Down