From 93c7827e05df95ceb8c82459eb809f9b42429b0e Mon Sep 17 00:00:00 2001 From: Lorenzo Gallegos <1328683+enzowritescode@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:02:17 -0600 Subject: [PATCH] Fix typo in inaccessible --- webapp/src/redux.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/redux.tsx b/webapp/src/redux.tsx index c061c0d..6c8915d 100644 --- a/webapp/src/redux.tsx +++ b/webapp/src/redux.tsx @@ -23,7 +23,7 @@ export async function setupRedux(registry: any, store: WebappStore) { handler: makeCallsPostButtonClickedHandler(store.dispatch), }); - // This is a workaround for a bug where the the RHS was inaccessable to + // This is a workaround for a bug where the RHS was inaccessible to // users that where not system admins. This is unable to be fixed properly // because the Webapp does not export the AdvancedCreateComment directly. // #120 filed to remove this workaround.