Skip to content

Commit 4d6010a

Browse files
committed
typos and repetetive words
1 parent 4e412a3 commit 4d6010a

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)