-
-
Notifications
You must be signed in to change notification settings - Fork 45
Typo: "An Error Occured" should be "An Error Occurred" #208
Copy link
Copy link
Closed
Labels
↗️ medium priorityThis issue is crucialThis issue is crucial🐛 bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestRelated to hacktoberfestRelated to hacktoberfest✨jaiIssues, PRs or questions related to the ✨jAI moduleIssues, PRs or questions related to the ✨jAI module
Metadata
Metadata
Assignees
Labels
↗️ medium priorityThis issue is crucialThis issue is crucial🐛 bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershacktoberfestRelated to hacktoberfestRelated to hacktoberfest✨jaiIssues, PRs or questions related to the ✨jAI moduleIssues, PRs or questions related to the ✨jAI module
Problem
There's a spelling error in the error message displayed when jAI fails to generate a definition. "Occured" should be "Occurred".
Current Behavior
Error message displays: "An Error Occured while generating the definition for..."
Expected Behavior
Error message should display: "An Error Occurred while generating the definition for..."
Location
File:
src/components/islands/jai-word-search.jsxLine: 51
Proposed Solution
Fix the spelling error by changing "Occured" to "Occurred".
Current code:
Should become:
Steps to Reproduce
Additional Context
This is a good first issue because:
Definition of Done