From 24efb42f19065454900d381f5d47e057935248b9 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 25 Jan 2022 03:42:48 -0800 Subject: [PATCH] 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. --- public/app/core/components/TraceToLogsSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/TraceToLogsSettings.tsx b/public/app/core/components/TraceToLogsSettings.tsx index 870e77858a5..f2ebc087211 100644 --- a/public/app/core/components/TraceToLogsSettings.tsx +++ b/public/app/core/components/TraceToLogsSettings.tsx @@ -33,7 +33,7 @@ export function TraceToLogsSettings({ options, onOptionsChange }: Props) {

Trace to logs

- Trace to logs let's you navigate from a trace span to the selected data source's log. + Trace to logs lets you navigate from a trace span to the selected data source's log.