From 8064f5128b7e2005e14f9b3409d883b1de0a6cec Mon Sep 17 00:00:00 2001 From: Alkhatib Hamad Adam Date: Mon, 14 Apr 2025 12:36:06 +0400 Subject: [PATCH] Update flutter.mdx Typo: fix formatting --- pages/docs/tracking-methods/sdks/flutter.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/tracking-methods/sdks/flutter.mdx b/pages/docs/tracking-methods/sdks/flutter.mdx index ba1065a56d..5a24597b53 100644 --- a/pages/docs/tracking-methods/sdks/flutter.mdx +++ b/pages/docs/tracking-methods/sdks/flutter.mdx @@ -581,7 +581,7 @@ The simplest way is to use our [sample nginx config](https://github.com/mixpanel **Step 2: Point Flutter SDK at your server** Add the following line, replacing `YOUR_PROXY_DOMAIN` with your proxy server's domain. -**Example Usage +**Example Usage** ```dart // route data to your proxy server mixpanel.setServerURL("https://"); @@ -596,4 +596,4 @@ mixpanel.init("", {api_host: "https://"}) ## Release History -[See all releases.](https://github.com/mixpanel/mixpanel-flutter/releases) \ No newline at end of file +[See all releases.](https://github.com/mixpanel/mixpanel-flutter/releases)