Skip to content

Commit 89314ad

Browse files
committed
[O2B-1536] Fix typo in JSDoc
1 parent 5870d38 commit 89314ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/views/Runs/format/formatRunEorReason.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ import { tooltip } from '../../../../components/common/popover/tooltip.js';
1616
import { formatEorReason } from './formatEorReason.mjs';
1717

1818
/**
19-
* Display the given EoR reason as a vdom component with lastEditedName tooltip
19+
* Display the given EoR reason as a vnode component with lastEditedName tooltip
2020
*
2121
* @param {Partial<{
2222
* category: string,
2323
* title: string,
2424
* description: string,
2525
* lastEditedName: string,
2626
* }>} eorReason the EoR reason to display
27-
* @return {Component} the vdom component
27+
* @return {VNode} the vnode component
2828
*/
2929
export const formatRunEorReason = (eorReason) => {
3030
const { lastEditedName } = eorReason;

0 commit comments

Comments
 (0)