Skip to content

Commit aabe09a

Browse files
authored
Fix typo in sample response JSON in API docs (#4349)
Remove an obsolete symbol (comma) which makes the example response JSON invalid
1 parent 6f48ded commit aabe09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/source/includes/api_resources/_domains.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"href": "https://api.example.org/routing/v1/router_groups/5806148f-cce6-4d86-7fbd-aa269e3f6f3f"
8888
}
8989
}
90-
},
90+
}
9191
]
9292
}
9393
<% end %>

0 commit comments

Comments
 (0)