From 8148cb23ad5e40141d44b73431fcac39159843cd Mon Sep 17 00:00:00 2001 From: Maxat Akbanov <30049303+Brain2life@users.noreply.github.com> Date: Fri, 20 Dec 2024 14:05:07 +0500 Subject: [PATCH] Fix typo in word "IMAPS" in DevOps roadmap (#7909) * Fix broken link in Kubernetes Roadmap (#6343) * Add missing naming for Cloud Design Patterns link in DevOps roadmap * DevOps roadmap: Fix typo in ECS official link * Change title to IMAP in devops roadmap * Change label name to IMAP * Change name to imap --- public/roadmap-content/devops.json | 2 +- src/data/roadmaps/devops/devops.json | 2 +- src/data/roadmaps/devops/migration-mapping.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/roadmap-content/devops.json b/public/roadmap-content/devops.json index afab9ef98..d59463e0c 100644 --- a/public/roadmap-content/devops.json +++ b/public/roadmap-content/devops.json @@ -1584,7 +1584,7 @@ ] }, "WMuXqa4b5wyRuYAQKQJRj": { - "title": "IMAPS", + "title": "IMAP", "description": "IMAP (Internet Message Access Protocol) is a standard email protocol that allows email clients to access messages stored on a mail server. Unlike POP3, IMAP keeps emails on the server, enabling access from multiple devices while maintaining synchronization. It supports folder structures, message flagging, and partial message retrieval, making it efficient for managing large volumes of emails. IMAP allows users to search server-side, reducing bandwidth usage. It's designed for long-term mail storage on the server, ideal for users who need to access their email from various devices or locations. IMAP's synchronization capabilities and server-side management features make it the preferred protocol for most modern email systems, especially in mobile and multi-device environments.\n\nVisit the following resources to learn more:", "links": [ { diff --git a/src/data/roadmaps/devops/devops.json b/src/data/roadmaps/devops/devops.json index e8cd8226a..eb4ac6395 100644 --- a/src/data/roadmaps/devops/devops.json +++ b/src/data/roadmaps/devops/devops.json @@ -2810,7 +2810,7 @@ "id": "WMuXqa4b5wyRuYAQKQJRj", "type": "subtopic", "data": { - "label": "IMAPS", + "label": "IMAP", "style": { "fontSize": 17, "justifyContent": "flex-start", diff --git a/src/data/roadmaps/devops/migration-mapping.json b/src/data/roadmaps/devops/migration-mapping.json index e6e2039f9..473c34528 100644 --- a/src/data/roadmaps/devops/migration-mapping.json +++ b/src/data/roadmaps/devops/migration-mapping.json @@ -56,7 +56,7 @@ "networking-protocols:emails:white-grey-listing": "E-lSLGzgOPrz-25ER2Hk7", "networking-protocols:emails:smtp": "zJy9dOynWgLTDKI1iBluG", "networking-protocols:emails:dmarc": "5vUKHuItQfkarp7LtACvX", - "networking-protocols:emails:imaps": "WMuXqa4b5wyRuYAQKQJRj", + "networking-protocols:emails:imap": "WMuXqa4b5wyRuYAQKQJRj", "networking-protocols:emails:spf": "ewcJfnDFKXN8I5TLpXEaB", "networking-protocols:emails:pop3s": "fzO6xVTBxliu24f3W5zaU", "networking-protocols:emails:domain-keys": "RYCD78msIR2BPJoIP71aj",