diff --git a/docs/content/error/$parse/ueoe.ngdoc b/docs/content/error/$parse/ueoe.ngdoc index 97535a317416..14c69b903766 100644 --- a/docs/content/error/$parse/ueoe.ngdoc +++ b/docs/content/error/$parse/ueoe.ngdoc @@ -4,6 +4,7 @@ @description Occurs when an expression is missing tokens at the end of the expression. -For example, forgetting a closing bracket in an expression will trigger this error. + +For example, forgetting a closing bracket in an expression will trigger this error. Also remember to properly escape quotes. To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.