Skip to content

Commit dbaaf5f

Browse files
committed
fixed typo
1 parent c37cae0 commit dbaaf5f

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/android/user-feedback/configuration

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SentryAndroid.init(context, options -> {
123123
options.getFeedbackOptions().setIsRequiredLabel(" *");
124124
options.getFeedbackOptions().setSuccessMessageText("Thanks for the feedback!");
125125
options.getFeedbackOptions().setNameLabel("Full Name");
126-
options.getFeedbackOptions().setNamePlaceholder("Type your full namc");
126+
options.getFeedbackOptions().setNamePlaceholder("Type your full name");
127127
options.getFeedbackOptions().setEmailLabel("Email Address");
128128
options.getFeedbackOptions().setEmailPlaceholder("Type your email");
129129
options.getFeedbackOptions().setSubmitButtonLabel("Submit");
@@ -138,7 +138,7 @@ SentryAndroid.init(this) { options ->
138138
options.feedbackOptions.isRequiredLabel = " *"
139139
options.feedbackOptions.successMessageText = "Thanks for the feedback!"
140140
options.feedbackOptions.nameLabel = "Full Name"
141-
options.feedbackOptions.namePlaceholder = "Type your full namc"
141+
options.feedbackOptions.namePlaceholder = "Type your full name"
142142
options.feedbackOptions.emailLabel = "Email Address"
143143
options.feedbackOptions.emailPlaceholder = "Type your email"
144144
options.feedbackOptions.submitButtonLabel = "Submit"

0 commit comments

Comments
 (0)