Trouble with Requirement #13 on Technical Guide

Hi all,
I’m not sure why I keep failing this requirement on the user story when I’m pretty sure I am satisfying the request. Any suggestions would be greatly appreciated.

https://codepen.io/JyRchrds/pen/qBbWGMV?editors=1100

Hello there,

The error messages are extremely helpful:

Every .nav-link should have an href value that links it to its corresponding .main-section (e.g. href=“#Introduction”). Check that these .main-section ids have corresponding href values : Javascript,JavaScript_&_Java,More_scope : expected 3 to equal 0

You have simple typos in those elements. Fix the typos, and you will pass.

Hope this helps