From 58e0d6fc124c24c088c721767258212a996a1f31 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Wed, 17 Sep 2025 15:04:52 -0700 Subject: [PATCH] docs: Remove stray paren. --- docs/production/security-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production/security-model.md b/docs/production/security-model.md index 1bab2ef7cc..dc88501d8a 100644 --- a/docs/production/security-model.md +++ b/docs/production/security-model.md @@ -9,7 +9,7 @@ Here are some best practices for keeping your Zulip server secure: 1. [Limit shell access to a small set of trusted individuals.](#1-limit-shell-access-to-a-small-set-of-trusted-individuals) 2. [Consider requiring authentication with single sign-on (SSO).](#2-consider-requiring-authentication-with-single-sign-on-sso) 3. [Teach users how to protect their account.](#3-teach-users-how-to-protect-their-account) -4. [Become familiar with Zulip's access management model.](#4-become-familiar-with-zulips-access-management-model)) +4. [Become familiar with Zulip's access management model.](#4-become-familiar-with-zulips-access-management-model) 5. [Understand security for user-uploaded content and user-generated requests.](#5-understand-security-for-user-uploaded-content-and-user-generated-requests) 6. [Understand Zulip's rate-limiting system.](#6-understand-zulips-rate-limiting-system)