docs: change question in user guide feedback form (#11628)

* docs: change question in user guide feedback form

* small changes

* small fix
This commit is contained in:
Shahed Nasser
2025-02-26 17:15:24 +02:00
committed by GitHub
parent a515e6e0c9
commit 4ec5219a72
5 changed files with 9 additions and 9 deletions
@@ -19,7 +19,7 @@ const Feedback = (props: FeedbackProps) => {
<UiFeedback
event="survey"
pathName={feedbackPathname}
question="Was this chapter helpful?"
question="Was this guide helpful?"
{...props}
/>
)