From d35cc10ee10258a37d8ecc673b8ddfc4866cf3bb Mon Sep 17 00:00:00 2001 From: Andreas Happe Date: Sun, 20 Oct 2024 17:59:44 +0200 Subject: [PATCH] typo and linting fixes --- docs/archive/2018/translations.md | 1 - docs/the-top-10/c9-security-logging-and-monitoring.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/archive/2018/translations.md b/docs/archive/2018/translations.md index e6ae63a..a66a98f 100644 --- a/docs/archive/2018/translations.md +++ b/docs/archive/2018/translations.md @@ -13,4 +13,3 @@ In alphabetical order: - Spanish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_ES-AR.pdf) - Polish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_PL.pdf) - Russian: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/Owasp-top-10-proactive-controls-2018-russian.pdf) - diff --git a/docs/the-top-10/c9-security-logging-and-monitoring.md b/docs/the-top-10/c9-security-logging-and-monitoring.md index 0a32d93..3f9613e 100644 --- a/docs/the-top-10/c9-security-logging-and-monitoring.md +++ b/docs/the-top-10/c9-security-logging-and-monitoring.md @@ -6,7 +6,7 @@ Logging is a concept that most developers already use for debugging and diagnost Monitoring is the live review of application and security logs using various forms of automation. The same tools and patterns can be used for operations, debugging and security purposes. -The goal of secruity logging is to detect and respond to potential security incidents. +The goal of security logging is to detect and respond to potential security incidents. ### Benefits of Security Logging