Update SettingsDevelopersApiKeyDetail.tsx typo (#6937)

Corrected typo error of Expiration description in which it was
"diasbled" to "disabled".
This commit is contained in:
Viraj Jaiswal
2024-09-08 22:37:21 +05:30
committed by GitHub
parent 1c4f418445
commit 23974d2e34

View File

@ -179,7 +179,7 @@ export const SettingsDevelopersApiKeyDetail = () => {
<Section> <Section>
<H2Title <H2Title
title="Expiration" title="Expiration"
description="When the key will be diasbled" description="When the key will be disabled"
/> />
<TextInput <TextInput
placeholder="E.g. backoffice integration" placeholder="E.g. backoffice integration"