Skip to content

Commit 84727f0

Browse files
authored
fix: error typo (occured) correction (#229)
## Description This PR fixes a spelling error in the error message shown by the JAI Word Search component. The word "Occured" was corrected to "Occurred". ## Related Issue Fixes #208 ## Screenshots/Screencasts <img width="536" height="95" alt="Screenshot from 2025-10-01 23-32-07" src="https://github.com/user-attachments/assets/d87e956c-5bbb-4f05-8b89-4861f4a05ee7" /> <img width="562" height="111" alt="Screenshot from 2025-10-01 23-32-21" src="https://github.com/user-attachments/assets/622e3abb-52cf-452e-a8a3-8567fde85c8f" /> ## Notes to Reviewer No new npm packages added. This is a simple typo fix in the error message.
1 parent 1a4f661 commit 84727f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/jai/components/word-search.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function JAIWordSearch({ word }) {
7575
/>
7676
</svg>
7777
<p className="font-medium text-red-800">
78-
An Error Occured while generating the definition for{" "}
78+
An Error Occurred while generating the definition for{" "}
7979
<span className="font-bold">{word}</span>.
8080
</p>
8181
</div>

0 commit comments

Comments
 (0)