Skip to content

Commit

Permalink
Remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Oct 25, 2021
1 parent d99f019 commit 83a67cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class TutorialDirectoryUi extends React.Component {
description: (
<FormattedMessage
id="home.tutorial.addDataToKibanaDescription"
defaultMessage="In addition to adding {integrationsLink}, you can try our sample data, or upload your own data."
defaultMessage="In addition to adding {integrationsLink}, you can try our sample data or upload your own data."
values={{
integrationsLink: (
<EuiLink href={this.props.addBasePath(`/app/integrations/browse`)}>
Expand Down

0 comments on commit 83a67cd

Please sign in to comment.