Skip to content

Commit c8f5336

Browse files
Merge pull request #37 from ChristianPV/master
Remove repeating words from description
2 parents aee7dbe + 9a4d694 commit c8f5336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ There are two config options:
5151

5252
##### Automatic Blade Optimizations
5353

54-
This option (`'blade'`) enables minification of the the blade views as they are compiled. These optimizations have little impact on php processing time as the optimizations are only applied once and are cached. This package will do nothing by default to allow it to be used without minifying pages automatically. The default value for this setting is `false`.
54+
This option (`'blade'`) enables minification of the blade views as they are compiled. These optimizations have little impact on php processing time as the optimizations are only applied once and are cached. This package will do nothing by default to allow it to be used without minifying pages automatically. The default value for this setting is `false`.
5555

5656
##### Force Blade Optimizations
5757

config/htmlmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| Automatic Blade Optimizations
1717
|--------------------------------------------------------------------------
1818
|
19-
| This option enables minification of the the blade views as they are
19+
| This option enables minification of the blade views as they are
2020
| compiled. These optimizations have little impact on php processing time
2121
| as the optimizations are only applied once and are cached. This package
2222
| will do nothing by default to allow it to be used without minifying

0 commit comments

Comments
 (0)