diff --git a/aspnetcore/fundamentals/localization.md b/aspnetcore/fundamentals/localization.md
index d6c737b0d7..28c2a79345 100644
--- a/aspnetcore/fundamentals/localization.md
+++ b/aspnetcore/fundamentals/localization.md
@@ -75,7 +75,7 @@ A French resource file could contain the following:
| Key | Value |
| ----- | ------ |
-| `Hello {0}!` | `Bonjour {0}!` |
+| `Hello {0}!` | `Bonjour {0} ! ` |
The rendered view would contain the HTML markup from the resource file.