Landing page project task 5

i was doing the landing page project and i tried internal link but still couldnt pass task no 5 help here please

You’ve misspelled the the id names(mistake in case)

  1. in the nav-link you’ve href='#Features' but, you’ve element with id features(lowercase f)
  2. href='#how-it-Works', `id=‘how-it-works’(lowercase w)
  3. href='#Pricing', id="pricing" (lowercase p)