Skip to content

Commit

Permalink
Fix minor mistakes in code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtule committed Jul 16, 2015
1 parent 6dbc00e commit 216f4da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/manual/source/datacollection/eventmodel.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ The following are some simple examples:
{
"event" : "view",
"entityType" : "user",
"entityId" : "1"
"entityId" : "1",
"targetEntityType": "item",
"targetEntityId": "1"
}
```

Expand All @@ -49,7 +51,7 @@ The following are some simple examples:
"entityType" : "user",
"entityId" : "1",
"targetEntityType" : "item",
"entityId" : "1",
"targetEntityId" : "1",
"properties" : {
"rating" : 4
}
Expand Down

0 comments on commit 216f4da

Please sign in to comment.