diff --git a/FAQ.MD b/FAQ.MD
index acb918e..6d45df2 100644
--- a/FAQ.MD
+++ b/FAQ.MD
@@ -1,4 +1,4 @@
-Why does the application show a compilation error? Doesn't it support for, while, if or /some other language feature here/?
+ahmedWhy does the application show a compilation error? Doesn't it support for, while, if or /some other language feature here/?
The app uses the Roslyn compiler - C# 11 compilation support.
Any compilation related error encountered is probably a syntax or logic error in your own code and thefore only adressable by you.