From 6126b638a9efbfb2b393fdba47af24f7d2456853 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 2 Apr 2017 22:35:52 +0000 Subject: [PATCH] spelling: conjunction --- roles/proxy/templates/pagespeed.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/proxy/templates/pagespeed.conf.j2 b/roles/proxy/templates/pagespeed.conf.j2 index 3b89b758..641e0eab 100644 --- a/roles/proxy/templates/pagespeed.conf.j2 +++ b/roles/proxy/templates/pagespeed.conf.j2 @@ -62,7 +62,7 @@ ModPagespeedEnableFilters lazyload_images # Explicitly disables specific filters. This is useful in - # conjuction with ModPagespeedRewriteLevel. For instance, if one + # conjunction with ModPagespeedRewriteLevel. For instance, if one # of the filters in the CoreFilters needs to be disabled for a # site, that filter can be added to # ModPagespeedDisableFilters. This directive contains a @@ -71,7 +71,7 @@ # ModPagespeedDisableFilters rewrite_images # Explicitly enables specific filters. This is useful in - # conjuction with ModPagespeedRewriteLevel. For instance, filters + # conjunction with ModPagespeedRewriteLevel. For instance, filters # not included in the CoreFilters may be enabled using this # directive. This directive contains a comma-separated list of # filter names, and can be repeated.