docs(hierarchical-dependency-injection): fix typo: app/estore.service.ts -> app/restore.service.ts
closes #800
This commit is contained in:
parent
4e090e14fb
commit
81160bc399
|
@ -128,7 +128,7 @@ figure.image-display
|
||||||
|
|
||||||
And this is where the `RestoreService` enters the stage.
|
And this is where the `RestoreService` enters the stage.
|
||||||
|
|
||||||
+makeExample('hierarchical-dependency-injection/ts/app/restore.service.ts', null, 'app/estore.service.ts')
|
+makeExample('hierarchical-dependency-injection/ts/app/restore.service.ts', null, 'app/restore.service.ts')
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
All this tiny service does is define an API to set a value of any type which can be altered, retrieved or set back to it’s initial value. That’s exactly what we need to implement the desired functionality.
|
All this tiny service does is define an API to set a value of any type which can be altered, retrieved or set back to it’s initial value. That’s exactly what we need to implement the desired functionality.
|
||||||
|
|
Loading…
Reference in New Issue