docs: Fix various capitalization errors.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-10 16:47:54 -07:00
committed by Tim Abbott
parent 768f9f93cd
commit c155403884
93 changed files with 206 additions and 207 deletions

View File

@@ -24,7 +24,7 @@ lower-case naming convention for that file.
Below, we document the procedure for each of the major authentication
methods supported by Zulip.
### Email and Password
### Email and password
Zulip's default EmailAuthBackend authenticates users by verifying
control over their email address, and then allowing them to set a
@@ -204,7 +204,7 @@ exactly what data is being used in the test without looking at other
resources. It also gives us more freedom to edit the development
environment directory without worrying about tests.
## Two Factor Authentication
## Two factor authentication
Zulip uses [django-two-factor-auth][0] as a beta 2FA integration.