Skip to content

Commit 3393aac

Browse files
kvisschergkalpak
authored andcommitted
docs(error/reqslot): fix typo
Closes angular#15003
1 parent 4fe0987 commit 3393aac

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)