app/core/components/TraceToLogsSettings: fix spelling error (#44399)

"Let's" is an abbreviation of "let us", which is not the right use in
this sentence on the settings page.
This commit is contained in:
Kevin Burke 2022-01-25 03:42:48 -08:00 committed by GitHub
parent ef35cb5318
commit 24efb42f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export function TraceToLogsSettings({ options, onOptionsChange }: Props) {
<h3 className="page-heading">Trace to logs</h3> <h3 className="page-heading">Trace to logs</h3>
<div className={styles.infoText}> <div className={styles.infoText}>
Trace to logs let&apos;s you navigate from a trace span to the selected data source&apos;s log. Trace to logs lets you navigate from a trace span to the selected data source&apos;s log.
</div> </div>
<InlineFieldRow> <InlineFieldRow>