Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from josegonzalez/patch-1
Browse files Browse the repository at this point in the history
docs: add missing quote marks
  • Loading branch information
jrasell authored May 14, 2019
2 parents 6beee7f + ad1d682 commit bbc0ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ curl \

```json
{
"EvaluationID: "d092fdc0-e1fe-2536-67d8-43af8ca798ac"
"EvaluationID": "d092fdc0-e1fe-2536-67d8-43af8ca798ac"
}
```

Expand Down Expand Up @@ -58,6 +58,6 @@ $ curl \

```json
{
"EvaluationID: "d092fdc0-e1fe-2536-67d8-43af8ca798ac"
"EvaluationID": "d092fdc0-e1fe-2536-67d8-43af8ca798ac"
}
```

0 comments on commit bbc0ac1

Please sign in to comment.