diff --git a/visual_console/src/items/EventsHistory.ts b/visual_console/src/items/EventsHistory.ts index 4906b27e78..dda5b3258d 100644 --- a/visual_console/src/items/EventsHistory.ts +++ b/visual_console/src/items/EventsHistory.ts @@ -25,7 +25,7 @@ export type EventsHistoryProps = { * This will allow us to ensure the type safety. * * @param data Raw object. - * @return An object representing the simple value props. + * @return An object representing the events history props. * @throws Will throw a TypeError if some property * is missing from the raw object or have an invalid type. */