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 6d40ef2d6b
commit d8c75f1bb0

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 {