Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8b51d03

Browse files
kvisschergkalpak
authored andcommitted
docs(error/reqslot): fix typo
Closes #15003
1 parent b1bc251 commit 8b51d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Also you can make a transclusion slot optional with a `?` prefix.
1414

1515
var componentConfig = {
1616
template: 'path/to/template.html',
17-
tranclude: {
17+
transclude: {
1818
importantSlot: 'importantComponent', // mandatory transclusion
1919
optionalSlot: '?optionalComponent', // optional transclusion
2020
}

0 commit comments

Comments
 (0)