From 876d4ff7d6e61697f370f537aa2e7f001419629f Mon Sep 17 00:00:00 2001 From: Jeffrey Swan <61218880+plan-do-break-fix@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:08:32 -0500 Subject: [PATCH] fix(docs): corrects typo in project documentation (#2591) --- docs/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/import.md b/docs/import.md index 4eb0c53ac48..47ce033c0ae 100644 --- a/docs/import.md +++ b/docs/import.md @@ -22,7 +22,7 @@ Paste the URL to your OpenAPI document. ### GET Parameter -Request editor.swagger.io to import an OpenAPI specification from publically accessible content via the `?url=` parameter: +Request editor.swagger.io to import an OpenAPI specification from publicly accessible content via the `?url=` parameter: ``` https://editor.swagger.io/?url=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/yaml/api-with-examples.yaml ```