Skip to content

Commit

Permalink
fix: 🐛 一个 exmaple typo
Browse files Browse the repository at this point in the history
fix: #958
Signed-off-by: wss <wssgryx@163.com>
  • Loading branch information
wss-git authored and heimanba committed Apr 25, 2023
1 parent c2323b5 commit bc61887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/help/invoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const INVOKE = [
{
header: 'Examples with CLI',
content: [
'$ s cli fc invoke --region cn-hangzhou --service-name serviceName --function-name functionName --event evnetString',
'$ s cli fc invoke --region cn-hangzhou --service-name serviceName --function-name functionName --event eventString',
],
},
];

0 comments on commit bc61887

Please sign in to comment.