Description:
This pull request addresses #11 Spell check on content added by user. It aims to check that Experience, Education and Skill do not contain any spelling errors.
Key Changes:
The spell_check function has been written to utils.py, and function implementation to function experience, education and skill.
Benefits:
This would help situations where a user has made an error during inputs. The function returns the error, and its correction
Testing:
The test covers the format of return, which is to return the misspelled word alongside the sentence or phrase it was in
Description: This pull request addresses #11 Spell check on content added by user. It aims to check that Experience, Education and Skill do not contain any spelling errors.
Key Changes: The spell_check function has been written to utils.py, and function implementation to function experience, education and skill.
Benefits: This would help situations where a user has made an error during inputs. The function returns the error, and its correction
Testing: The test covers the format of return, which is to return the misspelled word alongside the sentence or phrase it was in