From 3fa14f19295986b49db6196afdca87e9653909b2 Mon Sep 17 00:00:00 2001
From: diemade <spamkill@posteo.ch>
Date: Wed, 24 Apr 2024 19:39:41 +0200
Subject: [PATCH] Update Overview.md

---
 docs/Functionality/Security/Overview.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Functionality/Security/Overview.md b/docs/Functionality/Security/Overview.md
index 8ad2a84..972045d 100644
--- a/docs/Functionality/Security/Overview.md
+++ b/docs/Functionality/Security/Overview.md
@@ -13,6 +13,6 @@ sidebar_position: 1
 
 - `cert-sign`: This feature enables users to digitally sign their PDFs using a certificate.
 
-- `sanitize-pdf`: This allows the user to remove various things within the PDF which may cause security concern such as javascript, files, links, fonts and metadata
+- `sanitize-pdf`: This allows the user to remove various things within the PDF which may cause security concern such as javascript, files, links, fonts and metadata.
 
-- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document
\ No newline at end of file
+- `auto-redact`: This features lets the user input text (or regex) to be redacted/blacked out from the pdf document.