Help me in solving GSQ07 problem

My issue

My code

INSERT INTO employee (Employee_id,Employee_Name,Department)
VALUES (6,'Bradon Kim','Operations');

Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone

@garvit_singhal - dude there is a spelling mistake in Brandon Kim

INSERT INTO employee (Employee_id,Employee_Name,Department)
VALUES (6,'Brandon Kim','Operations');

There was no error with the syntax but the Spelling of Brandon Kim was not matching with the test case.