From 3feab8f95b07e0f2ef082df93f85a42700d9cb76 Mon Sep 17 00:00:00 2001 From: Jake Danforth Date: Wed, 10 May 2017 08:46:17 -0700 Subject: [PATCH] Update badrestrict.ngdoc fixed typo 'f' to 'r' --- docs/content/error/$compile/badrestrict.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/error/$compile/badrestrict.ngdoc b/docs/content/error/$compile/badrestrict.ngdoc index 7c4eb41a1984..45288d4b935a 100644 --- a/docs/content/error/$compile/badrestrict.ngdoc +++ b/docs/content/error/$compile/badrestrict.ngdoc @@ -5,7 +5,7 @@ This error occurs when the restrict property of a directive is not valid. -The directive restrict property must be a string including one of more of the following characters: +The directive restrict property must be a string including one or more of the following characters: * E (element) * A (attribute) * C (class) @@ -15,4 +15,4 @@ For example: ```javascript restrict: 'E' restrict: 'EAC' -``` \ No newline at end of file +```