From d6d7a7e124ef0f0a735a0c65f6fc7d78c8f8fd27 Mon Sep 17 00:00:00 2001 From: Brock Anderson Date: Wed, 11 Jul 2018 09:14:18 -0700 Subject: [PATCH] fixed a typo in the OpenAPI specification section --- src/app/register-api/register-api.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/register-api/register-api.component.html b/src/app/register-api/register-api.component.html index ff12a7b..9eb9766 100644 --- a/src/app/register-api/register-api.component.html +++ b/src/app/register-api/register-api.component.html @@ -14,7 +14,7 @@

Although you may register an API without an OpenAPI specification, it is good practice for all RESTful APIs to provide a specification file in a standard format, such as the OpenAPI format.

-    +