From 9a7887eb3978043f701851bb89f8c3b56a08de72 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 13 Mar 2019 17:21:30 -0400 Subject: [PATCH] Better English in comment --- src/js/traffic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/traffic.js b/src/js/traffic.js index 1e8c3aa4b..62db4f315 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -284,8 +284,8 @@ const onBeforeBehindTheSceneRequest = function(fctxt) { let result = 0; // https://github.com/uBlockOrigin/uBlock-issues/issues/459 - // In case of a request for frame, if ever no context is specified assume - // the origin of the context is the same as the request itself. + // In case of a request for frame and if ever no context is specified, + // assume the origin of the context is the same as the request itself. if ( fctxt.type === 'sub_frame' && fctxt.getDocHostname() === 'behind-the-scene'