From 544bcffd716eba6ff82f5ab579fc463fba0214e2 Mon Sep 17 00:00:00 2001 From: Andrei Rusu Date: Sun, 15 Aug 2021 14:40:09 +0200 Subject: [PATCH] Update back.js --- lib/api/protocol/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/protocol/back.js b/lib/api/protocol/back.js index 0476f001bd..736f88ab0d 100644 --- a/lib/api/protocol/back.js +++ b/lib/api/protocol/back.js @@ -1,7 +1,7 @@ const ProtocolAction = require('./_base-action.js'); /** - * Navigate backwards in the browser history, if possible. + * Navigate backwards in the browser history, if possible (the equivalent of hitting the browser back button). * * @method back * @link /#back