Skip to content

Commit

Permalink
ci-check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashiSubramanya committed Mar 4, 2025
1 parent adb6756 commit 315d72f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3746,16 +3746,16 @@ export enum Action {
*/
SpotIQFollow = 'spotIQFollow',
/**
* The Share action for a Liveboard visualization.
* The Share action for a Liveboard visualization.
*/
ShareViz = 'shareViz',
/**
* @hidden
*/
ReplaySearch = 'replaySearch',
/**
* The **Show underlying data** menu action on a visualization or
* Answer page.
* The **Show underlying data** menu action on a
* visualization or Answer page.
* Displays detailed information and raw data
* for a given visualization.
* @example
Expand All @@ -3765,8 +3765,8 @@ export enum Action {
*/
ShowUnderlyingData = 'showUnderlyingData',
/**
* The **Download** menu action on Liveboard visualizations
* and Answers.
* The **Download** menu action on Liveboard
* visualizations and Answers.
* Allows downloading a visualization or Answer.
* @example
* ```js
Expand Down

0 comments on commit 315d72f

Please sign in to comment.