Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d79c5c

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [Finder] Fix typo [CssSelector] Grammatical fix Fix typo
2 parents df4152f + d5c349e commit 0d79c5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/css_selector.rst

Lines changed: 2 additions & 2 deletions
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`_.

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Use the forward slash (i.e. ``/``) as the directory separator on all platforms,
210210
including Windows. The component makes the necessary conversion internally.
211211

212212
The ``path()`` method accepts a string, a regular expression or an array of
213-
strings or regulars expressions::
213+
strings or regular expressions::
214214

215215
$finder->path('foo/bar');
216216
$finder->path('/^foo\/bar/');

frontend/encore/versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tired of deploying and having browser's cache the old version of your assets?
77
By calling ``enableVersioning()``, each filename will now include a hash that
88
changes whenever the *contents* of that file change (e.g. ``app.123abc.js``
99
instead of ``app.js``). This allows you to use aggressive caching strategies
10-
(e.g. a far future ``Expires``) because, whenever a file change, its hash will change,
10+
(e.g. a far future ``Expires``) because, whenever a file changes, its hash will change,
1111
ignoring any existing cache:
1212

1313
.. code-block:: diff

0 commit comments

Comments
 (0)