Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit e8ad7a3

Browse files
committed
Missing quotes in $ref value
1 parent 9135620 commit e8ad7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mock-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ paths:
4747
"200":
4848
description: Success
4949
schema:
50-
$ref: #/definitions/WeatherResponse
50+
$ref: "#/definitions/WeatherResponse"
5151
definitions:
5252
WeatherResponse:
5353
required:

0 commit comments

Comments
 (0)