Skip to content

Commit 2dcbb13

Browse files
authored
Fix typo. (#676)
1 parent e382440 commit 2dcbb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ To run uvicorn with https, a certificate and a private key are required.
255255
The recommended way to get them is using [Let's Encrypt][letsencrypt].
256256

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

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

0 commit comments

Comments
 (0)