From 04b203118081c7714687031f3f5e9f70142a0b69 Mon Sep 17 00:00:00 2001 From: Chris Maiden Date: Thu, 25 Mar 2021 14:11:06 +0000 Subject: [PATCH] [CssSelector] Grammatical fix --- components/css_selector.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/css_selector.rst b/components/css_selector.rst index c8100793ab4..be68d1801ed 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -25,8 +25,8 @@ Usage component in any PHP application. Read the :ref:`Symfony Functional Tests ` article to learn about how to use it when creating Symfony tests. -Why to Use CSS selectors? -~~~~~~~~~~~~~~~~~~~~~~~~~ +Why Use CSS selectors? +~~~~~~~~~~~~~~~~~~~~~~ When you're parsing an HTML or an XML document, by far the most powerful method is `XPath`_.