Skip to content

Commit e6c4828

Browse files
authored
Fixed typos in documentation (#42)
1 parent ab50502 commit e6c4828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ imageStorage:
2929
orig_path: %wwwDir%/../data # Original images dir (if is null, will be same as data_path)
3030
algorithm_file: sha1_file # Algorithm to take image prefix directory from
3131
algorithm_content: sha1 # ...
32-
quality: 85 # Default wuality when cropping
32+
quality: 85 # Default quality when cropping
3333
default_transform: fit # Default crop transformation
3434
noimage_identifier: images/noimage/no-image.png # No-image image
3535
friendly_url: false # Create friendly URLs?
@@ -52,7 +52,7 @@ but files will be distributed under that hash-named directories.
5252

5353
namespace Your\App\Presenters;
5454

55-
use Contributte\ImageStorage\ImageStoragePresenterTrait;;
55+
use Contributte\ImageStorage\ImageStoragePresenterTrait;
5656
use Nette\Application\UI\Presenter;
5757

5858
class ImageStoragePresenter extends Presenter
@@ -147,7 +147,7 @@ The original images remain saved.
147147

148148
## Friendly URL
149149

150-
The transformed image name does not look to much friendly (eg `/avatars/kitty.200x200.fit.jpg`).
150+
The transformed image name does not look too friendly (eg `/avatars/kitty.200x200.fit.jpg`).
151151
You can change the method of creating links to images in configuration file so the link will look `/avatars/200x200.fit/kitty.jpg` which is much more friendly when downloading the image.
152152

153153
If you don't want to make links to image in this format:

0 commit comments

Comments
 (0)