From 254cd4c9a36c4685703f0bf84693682ce11e6ec5 Mon Sep 17 00:00:00 2001 From: Adrian Pilarczyk Date: Mon, 28 Aug 2023 13:41:54 +0200 Subject: [PATCH] Fix typo in Segment (#933) * Fix typo * build: :construction_worker: add changeset --- .changeset/tiny-fireants-work.md | 5 +++++ apps/segment/src/pages/configuration.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tiny-fireants-work.md 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={} />