angular/introduction-to-angular

method name 'updateSelection' in description is wrong (typo)

Sammeeey opened this issue · 0 comments

In step 8 of part 7 is a typo:

  1. Add a new method called updateSelection with a parameter called location and with a type of HousingLocation.
updateSelectedLocation(location: HousingLocation) { } searchHousingLocations() {}

updateSelection in should be updateSelectedLocation.
The method in the code is correct (although the code isn't completely correct --> #13), the description before isn't.