Skip to content

Commit 207577b

Browse files
(v2.8) typo
1 parent 44fb98d commit 207577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/elements/ApiActionEvents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function ApiActionEvents(props: Props) {
5656
{Object.keys(modelsTimeline).length != 0 && (
5757
<>
5858
<h3 className='title'>Model Events Timeline</h3>
59-
<small className='text-slate-500'>Events are in the order of occurances</small>
59+
<small className='text-slate-500'>Events are in the order of occurrences</small>
6060
<div className='divider'></div>
6161
<div className="flex flex-col md:grid grid-cols-12">
6262
{Object.keys(modelsTimeline).map((index) => {

0 commit comments

Comments
 (0)