Skip to content

Commit

Permalink
Update frog-composer-action.mdx (wevm#504)
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
compusophy authored Oct 24, 2024
1 parent e6324f8 commit 236323e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/pages/reference/frog-composer-action.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ app.composerAction( // [!code focus]
'/', // [!code focus]
(c) => { // [!code focus]
return c.res({
title: 'My Composr Action', // [!code focus]
title: 'My Composer Action', // [!code focus]
url: 'https://example.com' // [!code focus]
}) // [!code focus]
}, // [!code focus]
Expand Down Expand Up @@ -53,7 +53,7 @@ app.composerAction(
'/', // [!code focus]
(c) => {
return c.res({
title: 'My Composr Action',
title: 'My Composer Action',
url: 'https://example.com'
})
},
Expand Down Expand Up @@ -83,7 +83,7 @@ app.composerAction(
'/',
(c) => { // [!code focus]
return c.res({ // [!code focus]
title: 'My Composr Action', // [!code focus]
title: 'My Composer Action', // [!code focus]
url: 'https://example.com' // [!code focus]
}) // [!code focus]
}, // [!code focus]
Expand Down Expand Up @@ -113,7 +113,7 @@ app.composerAction(
'/',
(c) => {
return c.res({
title: 'My Composr Action',
title: 'My Composer Action',
url: 'https://example.com'
})
},
Expand Down

0 comments on commit 236323e

Please sign in to comment.