From 77b5f1481e06443862c6fa31a10fe9196f628f39 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 13 Apr 2024 10:05:38 +0530 Subject: Add codespell support (config, GH action to detect new typos) + make it fix some typos (#1648) --- src/features/publishDebugInfo/Component.tsx | 2 +- src/features/quickSwitch/Component.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/features') diff --git a/src/features/publishDebugInfo/Component.tsx b/src/features/publishDebugInfo/Component.tsx index 8b38ba5af..c837ede4f 100644 --- a/src/features/publishDebugInfo/Component.tsx +++ b/src/features/publishDebugInfo/Component.tsx @@ -48,7 +48,7 @@ const messages = defineMessages({ }, published: { id: 'feature.publishDebugInfo.published', - defaultMessage: 'Your debug log was published and is now availible at', + defaultMessage: 'Your debug log was published and is now available at', }, }); diff --git a/src/features/quickSwitch/Component.tsx b/src/features/quickSwitch/Component.tsx index a5c102386..4a48b1e6c 100644 --- a/src/features/quickSwitch/Component.tsx +++ b/src/features/quickSwitch/Component.tsx @@ -140,7 +140,7 @@ class QuickSwitchModal extends Component { this.state.search && compact(invoke(this.state.search, 'match', /^[\da-z]/i)).length > 0 ) { - // Apply simple search algorythm to list of all services + // Apply simple search algorithm to list of all services services = this.props.stores!.services.allDisplayed; services = services.filter( service => -- cgit v1.2.3-54-g00ecf