From e9189e9d029e427235bec2d838468a826f2f8043 Mon Sep 17 00:00:00 2001 From: Antoine Bouchardy Date: Sun, 20 Apr 2025 19:50:38 -0700 Subject: [PATCH] Fix typo Signed-off-by: Antoine Bouchardy Signed-off-by: Bryan Frimin --- apps/console/public/data/risks/risks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/console/public/data/risks/risks.json b/apps/console/public/data/risks/risks.json index 076f6ad6d..c962ab6e9 100644 --- a/apps/console/public/data/risks/risks.json +++ b/apps/console/public/data/risks/risks.json @@ -76,7 +76,7 @@ }, { "category": "Cybersecurity", - "name": "Loss of data due to poor or nonexistant backup strategy", + "name": "Loss of data due to poor or nonexistent backup strategy", "description": "Inadequate or nonexistent backups can lead to permanent data loss, potentially halting operations for extended periods." }, { @@ -132,11 +132,11 @@ { "category": "Cybersecurity", "name": "Ineffective change management process", - "description": "Without proper control over changes to systems of softwares, unauthorized or untested changes could introduce vulnerabilities" + "description": "Without proper control over changes to software systems, unauthorized or untested changes could introduce vulnerabilities." }, { "category": "Cybersecurity", - "name": "Insufficient incidient response plan", + "name": "Insufficient incident response plan", "description": "A poorly defined or tested response plan can lead to a slow or inadequate response from the team in reaction to a security breach." }, {