From 4ca0ba154deb55110cd819ad85600e82b92fe86f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 3 Apr 2020 20:29:48 +1100 Subject: [PATCH] docs: Fix simple typo, borwser -> browser There is a small typo in spec/plugins/browserGetSyncedConf.js, spec/plugins/browserGetUnsyncedConf.js. Should read `browser` rather than `borwser`. --- spec/plugins/browserGetSyncedConf.js | 2 +- spec/plugins/browserGetUnsyncedConf.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/plugins/browserGetSyncedConf.js b/spec/plugins/browserGetSyncedConf.js index 49957b8e9..2b1048f23 100644 --- a/spec/plugins/browserGetSyncedConf.js +++ b/spec/plugins/browserGetSyncedConf.js @@ -1,6 +1,6 @@ const env = require('../environment.js'); -// Make sure that borwser-related plugin hooks work with browser sync on +// Make sure that browser-related plugin hooks work with browser sync on exports.config = { seleniumAddress: env.seleniumAddress, SELENIUM_PROMISE_MANAGER: false, diff --git a/spec/plugins/browserGetUnsyncedConf.js b/spec/plugins/browserGetUnsyncedConf.js index 87492a570..a48570617 100644 --- a/spec/plugins/browserGetUnsyncedConf.js +++ b/spec/plugins/browserGetUnsyncedConf.js @@ -1,6 +1,6 @@ const env = require('../environment.js'); -// Make sure that borwser-related plugin hooks work with browser sync off +// Make sure that browser-related plugin hooks work with browser sync off exports.config = { seleniumAddress: env.seleniumAddress, SELENIUM_PROMISE_MANAGER: false,