8000 minor #12799 Use a instead of an before consonant sounds (greg0ire) · symfony/symfony-docs@97a33ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 97a33ae

Browse files
committed
minor #12799 Use a instead of an before consonant sounds (greg0ire)
This PR was merged into the 4.3 branch. Discussion ---------- Use a instead of an before consonant sounds u is a vowel, but will sometime produce a consonant sound, as in user (`[ˈjuːzər]`) or URL (`[ˌjuːɑːrˈɛl]`). See https://www.grammar.com/a-vs-an-when-to-use/ Commits ------- 9fdac8b Use a instead of an before consonant sounds
2 parents b9b32de + 9fdac8b commit 97a33ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ value).
228228

229229
You can have even finer-grained control by using other keys of the ``max``
230230
array, which are ``self``, ``direct``, and ``indirect``. The
231-
``SYMFONY_DEPRECATIONS_HELPER`` environment variable accepts an URL-encoded
231+
``SYMFONY_DEPRECATIONS_HELPER`` environment variable accepts a URL-encoded
232232
string, meaning you can combine thresholds and any other configuration setting,
233233
like this: ``SYMFONY_DEPRECATIONS_HELPER=max[total]=42&max[self]=0&verbose=0``
234234

http_cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Cache Invalidation
99
"There are only two hard things in Computer Science: cache invalidation
1010
and naming things." -- Phil Karlton
1111

12-
Once an URL is cached by a gateway cache, the cache will not ask the
12+
Once a URL is cached by a gateway cache, the cache will not ask the
1313
application for that content anymore. This allows the cache to provide fast
1414
responses and reduces the load on your application. However, you risk
1515
delivering outdated content. A way out of this dilemma is to use long

mercure.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pushing Data to Clients Using the Mercure Protocol
77
Being able to broadcast data in real-time from servers to clients is a
88
requirement for many modern web and mobile applications.
99

10-
Creating an UI reacting in live to changes made by other users
10+
Creating a UI reacting in live to changes made by other users
1111
(e.g. a user changes the data currently browsed by several other users,
1212
all UIs are instantly updated),
1313
notifying the user when :doc:`an asynchronous job </messenger>` has been
@@ -175,7 +175,7 @@ of the resource being dispatched.
175175

176176
Usually, this parameter contains the original URL of the resource
177177
transmitted to the client, but it can be any valid `IRI`_, it doesn't
178-
have to be an URL that exists (similarly to XML namespaces).
178+
have to be a URL that exists (similarly to XML namespaces).
179179

180180
The second parameter of the constructor is the content of the update.
181181
It can be anything, stored in any format.
@@ -229,7 +229,7 @@ and to use URI Templates as patterns:
229229

230230
.. tip::
231231

232-
Test if a URI Template match an URL using `the online debugger`_
232+
Test if a URI Template match a URL using `the online debugger`_
233233

234234
Async dispatching
235235
-----------------

0 commit comments

Comments
 (0)
0