From 9854e48cfc48a9167a12e706979e00d44da6c9f6 Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Tue, 9 Nov 2021 15:12:04 +1300 Subject: [PATCH] Update Requirements_Backend.php --- src/View/Requirements_Backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/View/Requirements_Backend.php b/src/View/Requirements_Backend.php index 7b2ad48db..aa6015ecd 100644 --- a/src/View/Requirements_Backend.php +++ b/src/View/Requirements_Backend.php @@ -55,8 +55,8 @@ class Requirements_Backend /** * Determine if relative urls in the combined files should be converted to absolute. * - * By default combined files will be parsed for relative urls to image/font assets and those - * utls will be changed to absolute to accomodate to the fact that the combined css is placed + * By default combined files will be parsed for relative URLs to image/font assets and those + * URLs will be changed to absolute to accomodate the fact that the combined css is placed * in a totally different folder than the source css files. * * Turn this off if you see some unexpected results.