From 473bbd78cca3b81c833453955d56a7666203cd39 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 4 Sep 2025 09:46:40 -0400 Subject: [PATCH] onboarding: Fix typos in comments (#37541) This PR fixes some grammatical typos in some comments in the `onboarding` crate. Release Notes: - N/A --- crates/onboarding/src/basics_page.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/onboarding/src/basics_page.rs b/crates/onboarding/src/basics_page.rs index d98db03be8a02c9e5dd7b36fa7e4fae4b2a320d3..59ec437dcf8d11209e9c73020f1b51e40aa56cce 100644 --- a/crates/onboarding/src/basics_page.rs +++ b/crates/onboarding/src/basics_page.rs @@ -253,7 +253,7 @@ fn render_telemetry_section(tab_index: &mut isize, cx: &App) -> impl IntoElement move |setting, _| setting.metrics = Some(enabled), ); - // This telemetry event shouldn't fire when it's off. If it does we're be alerted + // This telemetry event shouldn't fire when it's off. If it does we'll be alerted // and can fix it in a timely manner to respect a user's choice. telemetry::event!("Welcome Page Telemetry Metrics Toggled", options = if enabled { @@ -292,7 +292,7 @@ fn render_telemetry_section(tab_index: &mut isize, cx: &App) -> impl IntoElement move |setting, _| setting.diagnostics = Some(enabled), ); - // This telemetry event shouldn't fire when it's off. If it does we're be alerted + // This telemetry event shouldn't fire when it's off. If it does we'll be alerted // and can fix it in a timely manner to respect a user's choice. telemetry::event!("Welcome Page Telemetry Diagnostics Toggled", options = if enabled {