From 6185558449646d1a15e2e0c44689e2c49cea14f6 Mon Sep 17 00:00:00 2001 From: NOOR UL HUDA Date: Thu, 28 Aug 2025 19:00:12 +0430 Subject: [PATCH] docs: replace smart quotes with straight quotes on How-to guides landing page (#32725) ### Summary This PR updates the sentence on the "How-to guides" landing page to replace smart (curly) quotes with straight quotes in the phrase: > "How do I...?" ### Why This Change? - Ensures formatting consistency across documentation - Avoids encoding or rendering issues with smart quotes - Matches standard Markdown and inline code formatting This is a small change, but improves clarity and polish on a key landing page. --- docs/docs/how_to/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how_to/index.mdx b/docs/docs/how_to/index.mdx index dad7eab3603..6420936bc76 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -5,7 +5,7 @@ sidebar_class_name: hidden # How-to guides -Here you’ll find answers to “How do I….?” types of questions. +Here you’ll find answers to "How do I….?" types of questions. These guides are *goal-oriented* and *concrete*; they're meant to help you complete a specific task. For conceptual explanations see the [Conceptual guide](/docs/concepts/). For end-to-end walkthroughs see [Tutorials](/docs/tutorials).