Skip to content

Typos and repetetive words #11482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/cache/adapters/php_files_adapter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ file similar to the following::

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

The PhpFilesAdapter can optionally be provided a namespace, default cache lifetime, and cache
directory path as constructor arguments::
Expand Down
2 changes: 1 addition & 1 deletion profiler/matchers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ matcher::
}
}

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

Expand Down
2 changes: 1 addition & 1 deletion security/custom_password_authenticator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ the ``encoders`` key. Below, you'll see how to inject that into the ``TimeAuthen
Configuration
-------------

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

Expand Down