diff --git a/docs/content/error/$compile/reqslot.ngdoc b/docs/content/error/$compile/reqslot.ngdoc index f3de08bf3f24..b09e714fed26 100644 --- a/docs/content/error/$compile/reqslot.ngdoc +++ b/docs/content/error/$compile/reqslot.ngdoc @@ -14,7 +14,7 @@ Also you can make a transclusion slot optional with a `?` prefix. var componentConfig = { template: 'path/to/template.html', - tranclude: { + transclude: { importantSlot: 'importantComponent', // mandatory transclusion optionalSlot: '?optionalComponent', // optional transclusion }