bug(docs) correct typo in installation.md (#4144)

This commit is contained in:
Mike Fidel
2018-01-23 16:26:36 -08:00
committed by kyle
parent 22ccdfff10
commit 3f647875fd

View File

@@ -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
<script src="//unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>