From 62b240e90d368aca3127dbb7d26d09294d4d46b5 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 15 Aug 2021 17:39:05 +0500 Subject: [PATCH] api-docs: update forward (#2866) --- lib/api/protocol/forward.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/protocol/forward.js b/lib/api/protocol/forward.js index 961a06a5fe..4ff7f281cc 100644 --- a/lib/api/protocol/forward.js +++ b/lib/api/protocol/forward.js @@ -1,7 +1,7 @@ const ProtocolAction = require('./_base-action.js'); /** - * Navigate backwards in the browser history, if possible. + * Navigate forward in the browser history, if possible (the equivalent of hitting the browser forward button). * * @link /#back * @param {function} [callback] Optional callback function to be called when the command finishes.