1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 06:08:36 +01:00

Fix salting typo link (#3820)

This commit is contained in:
Tim Jonas Meinerzhagen 2023-09-22 21:24:50 +02:00 committed by GitHub
parent 685021493c
commit cab075bf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
---