Skip to content

Commit 0437248

Browse files
committed
minor #15152 [CssSelector] Grammatical fix (matason)
This PR was submitted for the 5.x branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [CssSelector] Grammatical fix <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 04b2031 [CssSelector] Grammatical fix
2 parents 2459b92 + 04b2031 commit 0437248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/css_selector.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Usage
2525
component in any PHP application. Read the :ref:`Symfony Functional Tests <functional-tests>`
2626
article to learn about how to use it when creating Symfony tests.
2727

28-
Why to Use CSS selectors?
29-
~~~~~~~~~~~~~~~~~~~~~~~~~
28+
Why Use CSS selectors?
29+
~~~~~~~~~~~~~~~~~~~~~~
3030

3131
When you're parsing an HTML or an XML document, by far the most powerful
3232
method is `XPath`_.

0 commit comments

Comments
 (0)