Skip to content

Commit df25460

Browse files
committed
fixed typo
1 parent dbaaf5f commit df25460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/platforms/android/user-feedback/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ val dialog = SentryUserFeedbackDialog(context, R.style.MyAppDialogTheme)
174174

175175
Here is an example of how the feedback form can be customized:
176176

177-
```styles.xml or themes.xml
177+
```xml {filename:styles.xml}
178178
<!-- Application theme. -->
179179
<style name="MyAppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
180180
<!-- ... Current theme customizations ... -->

docs/platforms/android/user-feedback/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The User Feedback widget allows users to submit feedback from anywhere inside yo
2020

2121
To start using the User Feedback widget in your Android application, just start the SDK.
2222
A `SentryUserFeedbackDialog` will be available to be used in your app.
23-
For the configuration options, please refer to the <PlatformLink to="/user-feedback/configuration/">User Feedback Widget Configuration</PlatformLink>[User Feedback Configuration].
23+
For the configuration options, please refer to the <PlatformLink to="/user-feedback/configuration/">User Feedback Widget Configuration</PlatformLink>.
2424

2525
```java
2626
import io.sentry.android.core.SentryUserFeedbackDialog;

0 commit comments

Comments
 (0)