diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49d91358..9f94b776 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -154,7 +154,7 @@ Closes #8492
In html5 mode without a `` tag on older browser that don't support the history API
relative paths were adding up. E.g. clicking on `` and then on ``
-would produce `$location.path()==='/page1/page2'. The code that introduced this behavior was removed
+would produce `$location.path()==='/page1/page2'`. The code that introduced this behavior was removed
and Angular now also requires a `` tag to be present when using html5 mode.
Closes #8172, #8233