Skip to content

Commit

Permalink
docs: code review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
saiponnada committed Nov 9, 2023
1 parent 720845f commit 16b73c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export default {
},
},
},
"onPrev-button-click": {
action: "on-prev-button-click",
onPrevButtonClick: {
action: "on-prevButtonClick",
description: "Triggered when previous button is clicked",
table: {
category: "Events",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ebay-video/video.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
category: "@attribute tags",
},
},
onLoadError: {
"onLoad-error": {
action: "on-load-error",
description:
"Triggered when there is a load error with video player or source",
Expand Down

0 comments on commit 16b73c8

Please sign in to comment.