Skip to content

Commit 33d0c61

Browse files
Update flutter.mdx (#1840)
Typo: fix formatting Co-authored-by: myronkaifung <97630035+myronkaifung@users.noreply.github.com>
1 parent bc19ea3 commit 33d0c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/tracking-methods/sdks/flutter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ The simplest way is to use our [sample nginx config](https://github.com/mixpanel
581581
**Step 2: Point Flutter SDK at your server**
582582
Add the following line, replacing `YOUR_PROXY_DOMAIN` with your proxy server's domain.
583583

584-
**Example Usage
584+
**Example Usage**
585585
```dart
586586
// route data to your proxy server
587587
mixpanel.setServerURL("https://<YOUR_PROXY_DOMAIN>");
@@ -596,4 +596,4 @@ mixpanel.init("<YOUR_PROJECT_TOKEN>", {api_host: "https://<YOUR_PROXY_DOMAIN>"})
596596

597597
## Release History
598598

599-
[See all releases.](https://github.com/mixpanel/mixpanel-flutter/releases)
599+
[See all releases.](https://github.com/mixpanel/mixpanel-flutter/releases)

0 commit comments

Comments
 (0)