Skip to content

Commit

Permalink
Fix JSON formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danroth27 committed Feb 13, 2025
1 parent 43f4933 commit 6730a13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release-notes/10.0/preview/preview1/aspnetcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ Generated OpenAPI response:

```json
"responses": {
"200": {
"200": {
"description": "The weather forecast for the next 5 days.",
...
"content": { ... }
}
}
```

Expand Down

0 comments on commit 6730a13

Please sign in to comment.