diff --git a/src/data/roadmaps/cpp/content/standardds@vvE1aUsWbF1OFcmMUHbJa.md b/src/data/roadmaps/cpp/content/standards@vvE1aUsWbF1OFcmMUHbJa.md
similarity index 97%
rename from src/data/roadmaps/cpp/content/standardds@vvE1aUsWbF1OFcmMUHbJa.md
rename to src/data/roadmaps/cpp/content/standards@vvE1aUsWbF1OFcmMUHbJa.md
index 5940deba6..01da099e9 100644
--- a/src/data/roadmaps/cpp/content/standardds@vvE1aUsWbF1OFcmMUHbJa.md
+++ b/src/data/roadmaps/cpp/content/standards@vvE1aUsWbF1OFcmMUHbJa.md
@@ -60,4 +60,4 @@ Here's a brief summary of the different C++ standards released to date:
    ```
    - Coroutines and more.
 
-Remember that to use these language features, you might need to configure your compiler to use the specific C++ standard version. For example, with GCC or Clang, you can use the `-std=c++11`, `-std=c++14`, `-std=c++17`, or `-std=c++20` flags.
\ No newline at end of file
+Remember that to use these language features, you might need to configure your compiler to use the specific C++ standard version. For example, with GCC or Clang, you can use the `-std=c++11`, `-std=c++14`, `-std=c++17`, or `-std=c++20` flags.