Skip to content

Commit 57caea3

Browse files
committed
Update comment
1 parent 5f7dbe2 commit 57caea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ expectTypeOf(instance).toMatchTypeOf<Helper<any>>();
1717
expectTypeOf<ReturnType<typeof instance['compute']>>().toBeString(/* an empty string, but still a string */);
1818

1919
/************************
20-
* The Service
20+
* The Service - public API
2121
************************/
2222
import PageTitleService from 'ember-page-title/services/page-title';
2323
import type Service from '@ember/service';

0 commit comments

Comments
 (0)