Skip to content

Commit e79c472

Browse files
Jake Danforthgkalpak
Jake Danforth
authored andcommitted
docs(error/badrestrict): fix typo (of --> or)
Closes angular#15979
1 parent e1dd00e commit e79c472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/error/$compile/badrestrict.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This error occurs when the restrict property of a directive is not valid.
77

8-
The directive restrict property must be a string including one of more of the following characters:
8+
The directive restrict property must be a string including one or more of the following characters:
99
* E (element)
1010
* A (attribute)
1111
* C (class)
@@ -15,4 +15,4 @@ For example:
1515
```javascript
1616
restrict: 'E'
1717
restrict: 'EAC'
18-
```
18+
```

0 commit comments

Comments
 (0)