From 9a4d6945dd0240f3cf16c8bac112596d7a8b5622 Mon Sep 17 00:00:00 2001 From: Christian Pena Date: Fri, 31 Jul 2015 11:23:48 -0300 Subject: [PATCH] Remove repeating words from description --- README.md | 2 +- config/htmlmin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e629633..8940346 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ There are two config options: ##### Automatic Blade Optimizations -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`. +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`. ##### Force Blade Optimizations diff --git a/config/htmlmin.php b/config/htmlmin.php index 8a32b5e..bc4ee5b 100644 --- a/config/htmlmin.php +++ b/config/htmlmin.php @@ -16,7 +16,7 @@ | Automatic Blade Optimizations |-------------------------------------------------------------------------- | - | This option enables minification of the the blade views as they are + | This option 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