Skip to content

Commit

Permalink
Update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Aug 14, 2024
1 parent fe94675 commit 05809de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/testing-playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
methods: {
/**
* Handles messages received from the test runner to render a specified component.
* @param {MessageEvent} event - The message event containing the component and its props.
* @param {MessageEvent} event - The message event containing the component and its props.
*/
handleMessage(event) {
if (event.data.type === 'RENDER_COMPONENT') {
Expand Down

0 comments on commit 05809de

Please sign in to comment.