documentation: Modify cases of "[a-zA-Z] e\.g\.," for readability.

This commit is contained in:
Lauryn Menard
2024-07-09 17:45:31 +02:00
committed by Tim Abbott
parent 53c575d8cb
commit 32b2eb5f47
22 changed files with 37 additions and 39 deletions

View File

@@ -58,8 +58,8 @@ documentation using:
and then opening `http://127.0.0.1:9991/docs/index.html` in your
browser. The raw files are available at
`file:///path/to/zulip/docs/_build/html/index.html` in your browser
(so you can also use e.g., `firefox docs/_build/html/index.html` from
the root of your Zulip checkout).
(so you can also use, for example, `firefox docs/_build/html/index.html`
from the root of your Zulip checkout).
If you are adding a new page to the table of contents, you will want
to modify `docs/index.md` and run `make clean` before `make html`, so