Skip to content
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

Fix typos #1278

Merged
merged 1 commit into from
Jun 25, 2020
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 .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ suite against various PHP versions and checks that proper code style standards a
## Report Bug

If you believe you have encountered a *behavioral bug*, *documentation error*, or *other
issue*, first search for an [existing issue][issue-list], and if one does't already exist,
issue*, first search for an [existing issue][issue-list], and if one doesn't already exist,
then proceed to [create a new issue][issue-make]. If you have the available time and the
required skill set, we appreciate those who offer fixes themselves via
[pull requests][pr-list], as well.
Expand Down
2 changes: 1 addition & 1 deletion Imagine/Filter/PostProcessor/MozJpegPostProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\Process\Exception\ProcessFailedException;

/**
* mozjpeg post-processor, for noticably better jpeg compression.
* mozjpeg post-processor, for noticeably better jpeg compression.
*
* @see http://calendar.perfplanet.com/2014/mozjpeg-3-0/
* @see https://mozjpeg.codelove.de/binaries.html
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ There are several configuration options available:
* ``driver`` - one of the three drivers: ``gd``, ``imagick``, ``gmagick``.
Default value: ``gd``
* ``default_filter_set_settings`` - specify the default values that will be inherit for any set defined in
``filter_sets``. These values will be overriden if they are specified in the each set. In case of ``filters`` and
``filter_sets``. These values will be overridden if they are specified in the each set. In case of ``filters`` and
``post_processors``, the specified values will be merged with the default ones.
* ``filter_sets`` - specify the filter sets that you want to define and use.

Expand Down