mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] fix json output
This commit is contained in:
parent
a9f50f87c3
commit
d3b1eccff9
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ would produce:
|
|||
```json
|
||||
{
|
||||
"name": "Alex",
|
||||
"email: "alex@example.com"
|
||||
"email": "alex@example.com"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue