MLH-Fellowship / orientation-project-python-23.SUM.A

Orientation Project (Python) for 23.SUM.A
1 stars 12 forks source link

Feat/spell check on content #32

Closed galadd closed 1 year ago

galadd commented 1 year ago

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

galadd commented 1 year ago

11