fix(aio): remove title from callout

This commit is contained in:
Stefanie Fluin 2017-07-05 22:20:43 -07:00 committed by Pete Bacon Darwin
parent c649da9f0a
commit 95698d93ad
1 changed files with 2 additions and 4 deletions

View File

@ -247,12 +247,10 @@ next to the original _ES5_ version for comparison:
</code-pane>
</code-tabs>
{@a name-constructor}
<div class="callout is-helpful">
{@a name-constructor}
### Name the constructor
A **named** constructor displays clearly in the console log
if the component throws a runtime error.
An **unnamed** constructor displays as an anonymous function, for example, `class0`,