From 785afd4bdac19c11bd8fa95de564bcf955aa4677 Mon Sep 17 00:00:00 2001 From: Johannes <72809645+jobenjada@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:18:22 +0200 Subject: [PATCH] fix: typo (#2812) --- apps/docs/app/link-surveys/user-identification/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/app/link-surveys/user-identification/page.mdx b/apps/docs/app/link-surveys/user-identification/page.mdx index 21e4506879..a240187e38 100644 --- a/apps/docs/app/link-surveys/user-identification/page.mdx +++ b/apps/docs/app/link-surveys/user-identification/page.mdx @@ -3,7 +3,7 @@ import { MdxImage } from "@/components/MdxImage"; import PeopleView from "./people-view.webp"; export const metadata = { - title: "Effective Identify Users in Formbricks Link Surveys", + title: "Effectively identify users in Formbricks link surveys", description: "Discover how to seamlessly connect responses from Formbricks link surveys to existing users in your database. Learn the intricacies of the userId URL parameter to enhance user tracking, profiling, and segmentation, ensuring more personalized interactions and data-driven decisions.", };