We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fb98d commit 207577bCopy full SHA for 207577b
ui/src/components/elements/ApiActionEvents.tsx
@@ -56,7 +56,7 @@ export default function ApiActionEvents(props: Props) {
56
{Object.keys(modelsTimeline).length != 0 && (
57
<>
58
<h3 className='title'>Model Events Timeline</h3>
59
- <small className='text-slate-500'>Events are in the order of occurances</small>
+ <small className='text-slate-500'>Events are in the order of occurrences</small>
60
<div className='divider'></div>
61
<div className="flex flex-col md:grid grid-cols-12">
62
{Object.keys(modelsTimeline).map((index) => {
0 commit comments