Skip to content

Commit

Permalink
fix(ui): typo (#5391)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan van Maris <s.vanmaris@teamitg.com>
  • Loading branch information
Stephan van Maris authored Mar 13, 2021
1 parent 982e5e9 commit 4b7e351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const EventFlowPage = ({history, location, match}: RouteComponentProps<an
<ErrorNotice error={error} />
{emptyGraph ? (
<ZeroState>
<p>Argo Events allow you to trigger workflows, lambadas, and other actions when an event such as a webhooks, message, or a cron schedule occurs.</p>
<p>Argo Events allow you to trigger workflows, lambdas, and other actions when an event such as a webhooks, message, or a cron schedule occurs.</p>
<p>
<a href='https://argoproj.github.io/argo-events/'>Learn more</a>
</p>
Expand Down

0 comments on commit 4b7e351

Please sign in to comment.