Skip to content

Commit 6365882

Browse files
committed
🐛 Fixed a typo in the integrations settings description
ref 87afad8
1 parent ce6d1ae commit 6365882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/admin-x-settings/src/components/settings/advanced/integrations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const Integrations: React.FC<{ keywords: string[] }> = ({keywords}) => {
281281
<img className='size-full' src={IntegrationsSettingsImg} />
282282
</div>
283283
<div className=' z-10 mt-6 flex items-start justify-between'>
284-
<SettingGroupHeader description='Make Ghost wowith apps and tools.' title='Integrations' />
284+
<SettingGroupHeader description='Make Ghost work with apps and tools.' title='Integrations' />
285285
{
286286
<Button className='mt-[-5px] inline-flex h-7 cursor-pointer items-center justify-center rounded px-3 font-semibold whitespace-nowrap text-grey-900 transition hover:bg-grey-200 dark:text-white dark:hover:bg-grey-900 [&:hover]:text-black' color='clear' label='Add custom integration' link onClick={() => {
287287
updateRoute('integrations/new');

0 commit comments

Comments
 (0)