Skip to content

Commit 06f8c92

Browse files
committed
minor #11482 Typos and repetetive words (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Typos and repetetive words <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 4d6010a typos and repetetive words
2 parents 4e412a3 + 4d6010a commit 06f8c92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/cache/adapters/php_files_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ file similar to the following::
3737

3838
If you have configured OPcache to
3939
:ref:`not check the file timestamps <performance-dont-check-timestamps>`
40-
the cached items will not not be invalidated unless you clear OPcache.
40+
the cached items will not be invalidated unless you clear OPcache.
4141

4242
The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
4343
directory path as constructor arguments::

profiler/matchers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ matcher::
110110
}
111111
}
112112

113-
Then, you'll need to make sure your class is defined as as service. If you're using
113+
Then, you'll need to make sure your class is defined as a service. If you're using
114114
the :ref:`default services.yml configuration <service-container-services-load-example>`,
115115
you don't need to do anything!
116116

security/custom_password_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ the ``encoders`` key. Below, you'll see how to inject that into the ``TimeAuthen
151151
Configuration
152152
-------------
153153

154-
Now, make sure your ``TimeAuthenticator`` is registered as as service. If you're
154+
Now, make sure your ``TimeAuthenticator`` is registered as a service. If you're
155155
using the :ref:`default services.yml configuration <service-container-services-load-example>`,
156156
that happens automatically.
157157

0 commit comments

Comments
 (0)