We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dd00e commit e79c472Copy full SHA for e79c472
docs/content/error/$compile/badrestrict.ngdoc
@@ -5,7 +5,7 @@
5
6
This error occurs when the restrict property of a directive is not valid.
7
8
-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:
9
* E (element)
10
* A (attribute)
11
* C (class)
@@ -15,4 +15,4 @@ For example:
15
```javascript
16
restrict: 'E'
17
restrict: 'EAC'
18
-```
+```
0 commit comments