diff --git a/clang-tidy.md b/clang-tidy.md
index aae6918e372..d28aac8f59a 100644
--- a/clang-tidy.md
+++ b/clang-tidy.md
@@ -187,7 +187,7 @@ We are currently using our own `naming.json` to enforce naming schemes. Also dis
`portability-simd-intrinsics`
-We are not using SIMD instructions and it suggests to use `std::experiemental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132.
+We are not using SIMD instructions and it suggests to use `std::experimental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132.
`modernize-macro-to-enum`