Typo schema docs

This commit is contained in:
Taoufik
2019-04-28 15:59:15 +02:00
committed by GitHub
parent b2dd2c205d
commit cf5447d5bd
+1 -1
View File
@@ -135,7 +135,7 @@ Responder comes with built-in support for OpenAPI / marshmallow::
get:
description: Get a random pet
responses:
200: {description: A pet to be returned, schema: $ref = "#/components/schemas/Pet"}
200: {description: A pet to be returned, schema: $ref: "#/components/schemas/Pet"}
tags: []