diff --git a/cypress/integration/ui-remote-debug.js b/cypress/integration/ui-remote-debug.js index b5db792af..d70e18b4d 100644 --- a/cypress/integration/ui-remote-debug.js +++ b/cypress/integration/ui-remote-debug.js @@ -10,7 +10,7 @@ describe('UI', function () { "active": true, "hidden": "", "name": "pesticide", - "tagline": "Add simple CSS outlines to all elements. (powered by Pesticide.io)", + "tagline": "Add simple CSS outlines to all elements. (powered by Pesticide.io)", "context": "remote-debug", "served": true, "title": "CSS Outlining", diff --git a/packages/browser-sync-ui/lib/plugins/remote-debug/client-files.js b/packages/browser-sync-ui/lib/plugins/remote-debug/client-files.js index 62440924e..5a1aad9cd 100644 --- a/packages/browser-sync-ui/lib/plugins/remote-debug/client-files.js +++ b/packages/browser-sync-ui/lib/plugins/remote-debug/client-files.js @@ -9,7 +9,7 @@ var files = [ served: false, name: "pesticide", src: "/browser-sync/pesticide.css", - tagline: "Add simple CSS outlines to all elements. (powered by Pesticide.io)", + tagline: "Add simple CSS outlines to all elements. (powered by Pesticide.io)", hidden: "" }, { @@ -22,7 +22,7 @@ var files = [ served: false, name: "pesticide-depth", src: "/browser-sync/pesticide-depth.css", - tagline: "Add CSS box-shadows to all elements. (powered by Pesticide.io)", + tagline: "Add CSS box-shadows to all elements. (powered by Pesticide.io)", hidden: "" }, { @@ -37,4 +37,4 @@ var files = [ } ]; -module.exports.files = files; \ No newline at end of file +module.exports.files = files;