Docs: Fix poorly rendered link

The source had a backtick transposed with a right square bracket which
was confusing things.
This commit is contained in:
Nik Everett 2019-10-18 07:34:33 -04:00
parent fe8e3a2d24
commit 2dc89b594e

View file

@ -286,7 +286,7 @@ await testSubjects.click(containerButton);
** Higher level options: `kibanaServer.uiSettings` or `esArchiver`
* remote
** Source: {blob}test/functional/services/remote/remote.js[test/functional/services/remote/remote.js]
** Instance of https://theintern.github.io/leadfoot/module-leadfoot_Command.html[Leadfoot's `Command]` class
** Instance of https://theintern.github.io/leadfoot/module-leadfoot_Command.html[Leadfoot's `Command`] class
** Responsible for all communication with the browser
** Higher level options: `testSubjects`, `find`, and `PageObjects.common`
** See the https://theintern.github.io/leadfoot/module-leadfoot_Command.html[leadfoot/Command API] for full API