Visual Console Refactor: minor change

Former-commit-id: 2380785b00bc6f400e147d782b2713819d9aa97f
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-02 13:28:54 +02:00
parent 62792c078f
commit 80f4f8f381
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/