Commit 812dde9b authored by Justin Dalrymple's avatar Justin Dalrymple

Fixing typos in example JSON within group_boards.md

parent da75cd82
......@@ -33,14 +33,14 @@ Example response:
[
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -85,14 +85,14 @@ Example response:
[
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -150,14 +150,14 @@ Example response:
```json
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......@@ -200,14 +200,14 @@ Example response:
```json
{
"id": 1,
"name:": "group issue board",
"name": "group issue board",
"group": {
"id": 5,
"name": "Documentcloud",
"web_url": "http://example.com/groups/documentcloud"
},
"milestone": {
"id": 12
"id": 12,
"title": "10.0"
},
"lists" : [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment