Skip to content

Commit 5559b6b

Browse files
authored
Update ERRATA.md
Per #510 , the `@vocab` value in example 2 is lacking a terminal #. This addition to the ERRATA.md specifies the correct value.
1 parent a03d00c commit 5559b6b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

ERRATA.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
44

55
## Activity Streams
66

7-
- None yet reported.
7+
- Example 2 has an incorrect value for the `@vocab` property. The correct example should be:
8+
9+
```json
10+
{
11+
"@context": {
12+
"@vocab": "https://www.w3.org/ns/activitystreams#",
13+
"ext": "https://canine-extension.example/terms/",
14+
"@language": "en"
15+
},
16+
"summary": "A note",
17+
"type": "Note",
18+
"content": "My dog has fleas.",
19+
"ext:nose": 0,
20+
"ext:smell": "terrible"
21+
}
22+
```
823

924
## Activity Vocabulary
1025

0 commit comments

Comments
 (0)