Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 85be073

Browse files
authored
fix typo (#594)
1 parent 288ea14 commit 85be073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/reference/cli/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ This command will generate a self-signed certificate and key for your applicatio
4646
nitric start --https-preview
4747
```
4848

49-
If you need use a custom certificate and key, you can place them in the `.nitric/tls` directory in your project and Nitric will use them to serve your application over HTTPS. The files must be named `cert.pem` and `key.pem` respectively.
49+
If you need to use a custom certificate and key, you can place them in the `.nitric/tls` directory in your project and Nitric will use them to serve your application over HTTPS. The files must be named `cert.pem` and `key.pem` respectively.
5050

5151
<Note>This feature is experimental and may change in future releases.</Note>

0 commit comments

Comments
 (0)