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 10:02:39 -04:00
parent d32d8e3ace
commit 4ba59d260b

View file

@ -302,7 +302,7 @@ await testSubjects.click(containerButton);
* 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