From 0fb821b33cae3173c61be7df53c22c409d2232f3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 1 Aug 2023 02:44:48 +0900 Subject: [PATCH] Fix typo in actions.tsx (#3225) alway -> always --- web/pages/admin/actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/admin/actions.tsx b/web/pages/admin/actions.tsx index 135d48ce7..7bb36f447 100644 --- a/web/pages/admin/actions.tsx +++ b/web/pages/admin/actions.tsx @@ -393,7 +393,7 @@ const Actions = () => { title: 'Opens', key: 'openExternally', dataIndex: 'openExternally', - // Note: embeds will alway open in the same tab / in a modal + // Note: embeds will always open in the same tab / in a modal render: (openExternally: boolean, record) => !openExternally || record.html ? 'In the same tab' : 'In a new tab', },