From a73c39fda186ee19ca5c2f5eec09f4b3c4e10c9a Mon Sep 17 00:00:00 2001 From: crypomen9 Date: Fri, 19 Sep 2025 16:37:45 +0800 Subject: [PATCH] chore: Fix Typos --- apps/veil/src/pages/tournament/ui/social-card-dialog.tsx | 2 +- packages/ui-deprecated/src/Text/index.tsx | 2 +- packages/wasm/crate/src/keys.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/veil/src/pages/tournament/ui/social-card-dialog.tsx b/apps/veil/src/pages/tournament/ui/social-card-dialog.tsx index d0b6558926..4d301f8af4 100644 --- a/apps/veil/src/pages/tournament/ui/social-card-dialog.tsx +++ b/apps/veil/src/pages/tournament/ui/social-card-dialog.tsx @@ -87,7 +87,7 @@ const SocialCardCanvas = ({ const canvas = canvasRef.current; const exponent = getDisplayDenomExponent.optional(stakingToken); - // Check canvas requirments before rendering + // Check canvas requirements before rendering if (!canvas || exponent === undefined) { return; } diff --git a/packages/ui-deprecated/src/Text/index.tsx b/packages/ui-deprecated/src/Text/index.tsx index 9f04652c9a..c18b02f62c 100644 --- a/packages/ui-deprecated/src/Text/index.tsx +++ b/packages/ui-deprecated/src/Text/index.tsx @@ -178,7 +178,7 @@ type TextType = * Note that this is the only component in the entire Penumbra UI library * that renders an external margin. It's a convenience for developers who * don't want to wrap each `` in a `
` with the - * appropriate margin, or a flex columnn with a gap. + * appropriate margin, or a flex column with a gap. */ p: true; }) diff --git a/packages/wasm/crate/src/keys.rs b/packages/wasm/crate/src/keys.rs index 6808c5bdfe..cf9f56d339 100644 --- a/packages/wasm/crate/src/keys.rs +++ b/packages/wasm/crate/src/keys.rs @@ -15,7 +15,7 @@ use crate::error::WasmResult; use crate::utils; /// Loads the proving key as a collection of bytes, and to sets the keys in memory -/// dynamicaly at runtime. Failure to bundle the proving keys in the wasm binary +/// dynamically at runtime. Failure to bundle the proving keys in the wasm binary /// or call the load function will fail to generate a proof. Consumers of this /// function will additionally require downloading the proving key parameter `.bin` /// file for each key type.