diff --git a/docs/content/error/$compile/tplrt.ngdoc b/docs/content/error/$compile/tplrt.ngdoc index 5cc6fafbc905..965a8b4cc83d 100644 --- a/docs/content/error/$compile/tplrt.ngdoc +++ b/docs/content/error/$compile/tplrt.ngdoc @@ -31,7 +31,7 @@ single root element, like the `div` element in this template:
Hello World!
``` -An an invalid template to be used with this directive is one that defines multiple root nodes or +An invalid template to be used with this directive is one that defines multiple root nodes or elements. For example: ```