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

Commit 057ca0b

Browse files
committed
Merge pull request #319 from dmitry-zaets/patch-1
Missing quotes in $ref value in documentation file mock-mode.md
2 parents f055146 + e8ad7a3 commit 057ca0b

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)