docs: fix comments in services example (#26194)

PR Close #26194
This commit is contained in:
Kapunahele Wong 2018-10-01 13:01:02 -04:00 committed by Alex Rickabaugh
parent 50cf2ac6d8
commit 8a08ff1571
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const ITEMS: Item[] = [
const FETCH_LATENCY = 500;
/** Simulate a data service that retrieves crises from a server */
/** Simulate a data service that retrieves items from a server */
@Injectable()
export class ItemService implements OnDestroy {