Skip to content

Commit

Permalink
Merge pull request #1278 from pgrimaud/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
dbu authored Jun 25, 2020
2 parents fd0ed71 + e6664b7 commit f4df7c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit f4df7c0

Please sign in to comment.