diff --git a/.changeset/tiny-fireants-work.md b/.changeset/tiny-fireants-work.md
new file mode 100644
index 0000000..26e78a4
--- /dev/null
+++ b/.changeset/tiny-fireants-work.md
@@ -0,0 +1,5 @@
+---
+"saleor-app-segment": patch
+---
+
+Fix typo in the UI ("configration" -> "configuration").
diff --git a/apps/segment/src/pages/configuration.tsx b/apps/segment/src/pages/configuration.tsx
index 10963da..78f4dbf 100644
--- a/apps/segment/src/pages/configuration.tsx
+++ b/apps/segment/src/pages/configuration.tsx
@@ -21,7 +21,7 @@ const ConfigurationPage: NextPage = () => {
Provide Segment credentials to allow sending events.}
mainContent={}
/>