From fa9da6ad5b5062ece65f38692d7987ad305b722b Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 5 Jun 2025 20:59:22 +0800 Subject: [PATCH] Fix typo (#32160) Release Notes: - N/A --- crates/component/src/component.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/component/src/component.rs b/crates/component/src/component.rs index 00ccab19e6..02840cc3cb 100644 --- a/crates/component/src/component.rs +++ b/crates/component/src/component.rs @@ -161,7 +161,7 @@ impl ComponentMetadata { } /// Implement this trait to define a UI component. This will allow you to -/// derive `RegisterComponent` on it, in tutn allowing you to preview the +/// derive `RegisterComponent` on it, in turn allowing you to preview the /// contents of the preview fn in `workspace: open component preview`. /// /// This can be useful for visual debugging and testing, documenting UI