Skip to content

Commit 1abc0f1

Browse files
committed
Fixes
1 parent 2197fe2 commit 1abc0f1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

content/en/product_analytics/session_replay/browser/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Learn how to [troubleshoot Browser Session Replay][7].
5050

5151
## Mobile Session Replay
5252

53-
Learn more about the [Session Replay for Mobile][8].
53+
Learn more about [Session Replay for Mobile][8].
5454

5555
## Further Reading
5656

content/en/real_user_monitoring/session_replay/browser/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Learn how to [troubleshoot Browser Session Replay][7].
5151

5252
## Mobile Session Replay
5353

54-
Learn more about the [Session Replay for Mobile][8].
54+
Learn more about [Session Replay for Mobile][8].
5555

5656
## Further Reading
5757

content/en/real_user_monitoring/session_replay/browser/setup_and_configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ further_reading:
2424

2525
To set up Session Replay for Browser:
2626

27-
### Step 1 - Setup the Browser SDK
27+
### Step 1 - Set up the Browser SDK
2828

2929
Make sure you've set up the [RUM Browser SDK][1].
3030

@@ -77,7 +77,7 @@ datadogRum.init({
7777
</script>
7878
```
7979

80-
**Note:** Bellow version v5.0.0, Session Replay does not start automatically and you need to call [`startSessionReplayRecording()`][3] API
80+
**Note**: Bellow version v5.0.0, Session Replay does not start automatically and you need to call [`startSessionReplayRecording()`][3] API
8181

8282
{{% /tab %}}
8383
{{< /tabs >}}
@@ -146,14 +146,14 @@ datadogRum.stopSessionReplayRecording()
146146
{{% /tab %}}
147147
{{< /tabs >}}
148148

149-
**Note** In some scenarios, you may want to begin recording, even if it was initially sampled out of replay. To force Session Replay recording for the rest of the current session, call [`startSessionReplayRecording({ force: true })`][3]
149+
**Note**: In some scenarios, you may want to begin recording, even if it was initially sampled out of replay. To force Session Replay recording for the rest of the current session, call [`startSessionReplayRecording({ force: true })`][3]
150150

151151
### Privacy options
152152

153153
Session Replay provides privacy controls to ensure organizations of any scale do not expose sensitive or personal data.
154154
See [Privacy Options][5].
155155

156-
### Connect Session Replay To Your Third-Party Tools
156+
### Connect Session Replay to your Third-Party Tools
157157

158158
You can access the Session Replay URL to use in integrations, live from the browser where the session is taking place.
159159
See [Connect Session Replay To Your Third-Party Tools][6].

layouts/shortcodes/rum/session_replay/setup_and_configuration.mdoc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All Session Replay SDK versions can be found in the [Maven Central Repository][4
1414

1515
To set up Mobile Session Replay for Android:
1616

17-
### Step 1 - Setup the Android RUM SDK
17+
### Step 1 - Set up the Android RUM SDK
1818

1919
Make sure you've [set up and initialized the Datadog Android RUM SDK][5] with views instrumentation enabled.
2020

@@ -48,7 +48,7 @@ SessionReplay.enable(sessionReplayConfig)
4848
{% if equals($platform, "ios") %}
4949
To set up Mobile Session Replay for iOS:
5050

51-
### Step 1 - Setup the iOS RUM SDK
51+
### Step 1 - Set up the iOS RUM SDK
5252

5353
Make sure you've [set up and initialized the Datadog iOS RUM SDK][6] with views instrumentation enabled.
5454

@@ -89,9 +89,9 @@ All Session Replay SDK versions can be found in the [Maven Central Repository][1
8989

9090
To set up Mobile Session Replay for Kotlin Multiplatform:
9191

92-
### Step 1 - Setup the Kotlin Multiplatform RUM SDK
92+
### Step 1 - Set up the Kotlin Multiplatform RUM SDK
9393

94-
Make sure you've [setup and initialized the Datadog Kotlin Multiplatform RUM SDK][11] with views instrumentation enabled.
94+
Make sure you've [set up and initialized the Datadog Kotlin Multiplatform RUM SDK][11] with views instrumentation enabled.
9595

9696
### Step 2 - Add the `DatadogSessionReplay` iOS library as a link-only dependency
9797

@@ -124,7 +124,7 @@ val sessionReplayConfig = SessionReplayConfiguration.Builder([sampleRate])
124124
SessionReplay.enable(sessionReplayConfig)
125125
```
126126

127-
### Step 5 - Setup Material support on Android (Optional)
127+
### Step 5 - Set up Material support on Android (Optional)
128128

129129
If your app uses Material on Android, add:
130130

@@ -145,7 +145,7 @@ All Session Replay SDK versions can be found in the [npmjs repository][13].
145145

146146
To set up Mobile Session Replay for React Native:
147147

148-
### Step 1 - Setup the React Native SDK
148+
### Step 1 - Set up the React Native SDK
149149

150150
Make sure you've [set up and initialized the Datadog React Native SDK][14] with views instrumentation enabled.
151151

@@ -261,7 +261,7 @@ All Session Replay SDK versions can be found in [Pub][29].
261261

262262
To set up Datadog Session Replay for Flutter:
263263

264-
### Step 1 - Setup the Flutter Plugin
264+
### Step 1 - Set up the Flutter plugin
265265

266266
Make sure you have [set up and initialized the Datadog Flutter Plugin][28].
267267

0 commit comments

Comments
 (0)