From e7537b82921999d271abc5aaebf9ee8b205c8436 Mon Sep 17 00:00:00 2001 From: Kevin Visscher Date: Mon, 8 Aug 2016 10:06:22 +0200 Subject: [PATCH] docs(error/reqslot): fix typo --- docs/content/error/$compile/reqslot.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }