mirror of https://github.com/zulip/zulip.git
docs: Fix extra period typo.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
80e4dcb042
commit
f992116d9f
|
@ -285,7 +285,7 @@ Next, read the following to learn more about developing for Zulip:
|
|||
For some applications (e.g. developing an OAuth2 integration for
|
||||
Facebook), you may need your Zulip development to have a valid SSL
|
||||
certificate. While `run-dev.py` doesn't support that, you can do this
|
||||
with an `nginx` reverse proxy sitting in front of `run-dev.py.`.
|
||||
with an `nginx` reverse proxy sitting in front of `run-dev.py`.
|
||||
|
||||
The following instructions assume you have a Zulip Droplet working and
|
||||
that the user is `zulipdev`; edit accordingly if the situation is
|
||||
|
|
Loading…
Reference in New Issue