diff --git a/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md b/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md
index 0145de4415..8aebc3ba58 100644
--- a/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md
+++ b/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md
@@ -40,7 +40,7 @@ I have created a simple console application to test the Native AOT Compilation.
| | Size | Speed |
| --- | --- | --- |
-| .NET 8
Self-Contained, Single File | 65938 kb | 00.0051806 ~5ms |
+| .NET 8
_(Self-Contained, Single File)_ | 65938 kb | 00.0051806 ~5ms |
| .NET 7 AOT (default) | 4452 kb | 00.0029823 ~2ms |
| .NET 8 AOT (default) | 1242 kb | 00.0028638 ~2ms |
| AOT (Speed)| 1280 kb | 00.0023838 ~2ms |