Skip to content

Commit 3cd8b3a

Browse files
corrected names
1 parent a3fa562 commit 3cd8b3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components";
1212
product="networking-services"
1313
params={{
1414
magicWord: "breakout",
15-
featureName: "Breakout traffic",
15+
featureName: "breakout traffic",
1616
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering",
1717
jsonType: "breakout"
1818
}} />

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Render } from "~/components";
1212
product="networking-services"
1313
params={{
1414
magicWord: "prioritized",
15-
featureName: "Prioritized traffic",
15+
featureName: "prioritized traffic",
1616
whatHappensApp: "is now processed first by Connector",
1717
jsonType: "priority"
1818
}} />

src/content/partials/networking-services/mconn/app-aware-policies/breakout-prioritized.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { APIRequest, Aside, AnchorHeading, CURL, Markdown, Render, TabItem, Tabs
5656

5757
## Add an application to your account
5858

59-
Before you can add or remove {props.featureName} applications to your Connector, you need to create a list of the applications that you want to configure. Currently, adding to or modifying this list is only possible through the [`managed_app_id`](/api/resources/magic_transit/subresources/apps/methods/create/) endpoint.
59+
Before you can add or remove {props.featureName} applications to your Connector, you need to create a list with applications that you want to configure. Currently, adding to or modifying this list is only possible through the [`managed_app_id`](/api/resources/magic_transit/subresources/apps/methods/create/) endpoint.
6060

6161
To add applications to your account:
6262

@@ -87,7 +87,7 @@ Send a `POST` request to add new apps to the {props.featureName} policy.
8787

8888
### Add an application to your Connector
8989

90-
You need to configure {props.featureName} for each of your existing sites, as it is a per-site configuration.
90+
You need to configure {props.featureName} applications for each of your existing sites, as it is a per-site configuration.
9191

9292
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
9393

0 commit comments

Comments
 (0)