mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update the sentence to express its meaning (#51622)
PR Close #51622
This commit is contained in:
parent
5a323265cb
commit
b37ba05804
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ There are a few more lessons to complete before that happens.
|
|||
|
||||
In this lesson, you created an interface that created a new data type for your app.
|
||||
This new data type makes it possible for you to specify where `HousingLocation` data is required.
|
||||
This new data type also makes it possible for your IDE and the TypeScript compiler can ensure that `HousingLocation` data is used where it's required.
|
||||
This new data type also makes your IDE and the TypeScript compiler ensure that `HousingLocation` data is used where it's required.
|
||||
|
||||
If you are having any trouble with this lesson, you can review the completed code for it in the <live-example></live-example>.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue