Fix typo in Segment (#933)

* Fix typo

* build: 👷 add changeset
This commit is contained in:
Adrian Pilarczyk 2023-08-28 13:41:54 +02:00 committed by GitHub
parent 17925f2115
commit 254cd4c9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"saleor-app-segment": patch
---
Fix typo in the UI ("configration" -> "configuration").

View file

@ -21,7 +21,7 @@ const ConfigurationPage: NextPage = () => {
<AppHeader /> <AppHeader />
<AppSection <AppSection
marginBottom={14} marginBottom={14}
heading="Segment.io configration" heading="Segment.io configuration"
sideContent={<Text>Provide Segment credentials to allow sending events.</Text>} sideContent={<Text>Provide Segment credentials to allow sending events.</Text>}
mainContent={<SegmentConfigForm />} mainContent={<SegmentConfigForm />}
/> />