From 3f647875fdfe77f401f2f0d738a25664463832d7 Mon Sep 17 00:00:00 2001 From: Mike Fidel Date: Tue, 23 Jan 2018 16:26:36 -0800 Subject: [PATCH] bug(docs) correct typo in installation.md (#4144) --- docs/usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index aabe0ae7..7e010dfe 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -83,7 +83,7 @@ This will serve Swagger UI at `/swagger` instead of `/`. ### unpkg -You can embed Swagger-UI's code directly in your HTML by using unkpg's interface: +You can embed Swagger-UI's code directly in your HTML by using unpkg's interface: ```html