Skip to content

Commit

Permalink
Update composer-actions.mdx (wevm#506)
Browse files Browse the repository at this point in the history
Fixes long default composer action name

The default composer action name, "some composer action", exceeded the 14-character limit. This commit changes the name to "composerAction" to resolve this issue.
  • Loading branch information
compusophy authored Oct 24, 2024
1 parent 1b7aa5e commit e6324f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/pages/concepts/composer-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ app.composerAction(
},
{
/* Name of the action – 14 characters max. */
name: 'Some Composer Action',
name: 'composerAction',
/* Description of the action – 20 characters max. */
description: 'Cool Composer Action',
icon: 'image',
Expand Down

0 comments on commit e6324f8

Please sign in to comment.