diff --git a/src/data/roadmaps/cyber-security/content/103-security-skills-and-knowledge/100-cryptography/100-salting.md b/src/data/roadmaps/cyber-security/content/103-security-skills-and-knowledge/100-cryptography/100-salting.md index 5dc852cc1..2885a78a8 100644 --- a/src/data/roadmaps/cyber-security/content/103-security-skills-and-knowledge/100-cryptography/100-salting.md +++ b/src/data/roadmaps/cyber-security/content/103-security-skills-and-knowledge/100-cryptography/100-salting.md @@ -6,7 +6,7 @@ In this section, we will dive deeper into the following topics: - [What is salting?](#what-is-salting) - [Why is salting important?](#why-is-salting-important) -- [How dosalting work?](#how-does-salting-work) +- [How does salting work?](#how-does-salting-work) - [Best practices for salting](#best-practices-for-salting) ---