From 04c1fc0317a81b0fcfb5599ffd6f6fb1fd03b75f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 25 Oct 2021 10:15:29 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed63609..02df7621 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ return `403 Forbidden` with additional details in the response body. API schema information in the [OpenAPI format](https://swagger.io/specification/) can be found in the `openapi-schema.yml` file in the project root. A live -version is also available at the `/api/scehma` path of a running instance. +version is also available at the `/api/schema` path of a running instance. ### `GET` Method