diff --git a/lib/components/ApiInfo/api-info.spec.js b/lib/components/ApiInfo/api-info.spec.js index 7ee3f4b3..277a817f 100644 --- a/lib/components/ApiInfo/api-info.spec.js +++ b/lib/components/ApiInfo/api-info.spec.js @@ -49,7 +49,7 @@ describe('ApiInfo Component', () => { }); -/** Test component that contains an MdButton. */ +/** Test component that contains an ApiInfo. */ @Component({selector: 'test-app'}) @View({ directives: [ApiInfo], diff --git a/lib/components/Method/method.spec.js b/lib/components/Method/method.spec.js index ab933281..764e19ac 100644 --- a/lib/components/Method/method.spec.js +++ b/lib/components/Method/method.spec.js @@ -48,7 +48,7 @@ describe('jjj Component', () => { }); -/** Test component that contains an MdButton. */ +/** Test component that contains an Method. */ @Component({selector: 'test-app'}) @View({ directives: [Method], diff --git a/lib/components/Redoc/redoc.spec.js b/lib/components/Redoc/redoc.spec.js index 0161caa7..c028a34f 100644 --- a/lib/components/Redoc/redoc.spec.js +++ b/lib/components/Redoc/redoc.spec.js @@ -36,7 +36,7 @@ describe('Redoc Component', () => { }); -/** Test component that contains an MdButton. */ +/** Test component that contains an Redoc. */ @Component({selector: 'test-app'}) @View({ directives: [Redoc],