Skip to content

Commit

Permalink
Fix typo. (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asday committed May 17, 2020
1 parent e382440 commit 2dcbb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -255,7 +255,7 @@ To run uvicorn with https, a certificate and a private key are required.
The recommended way to get them is using [Let's Encrypt][letsencrypt].

For local development with https, it's possible to use [mkcert][mkcert]
to generate a valid certificat and private key.
to generate a valid certificate and private key.

```bash
$ uvicorn example:app --port 5000 --ssl-keyfile=./key.pem --ssl-certfile=./cert.pem
Expand Down

0 comments on commit 2dcbb13

Please sign in to comment.