Typo in Code Explanation of Solution 2 for Restrict Possible Usernames Challenge

Hi, not sure where else to report this issue.

Solution 2 code explanation step 3 is:
[0-9]{2,0} - ends with two or more numbers

Should be [0-9]{2,}

https://forum.freecodecamp.org/t/freecodecamp-challenge-guide-restrict-possible-usernames/

thank you for your report, I fixed it!