From b8405becb32b4c24df15f687af6ee36fcbde094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Wed, 29 Jun 2016 09:41:53 +0200 Subject: [PATCH] Fixed a typo --- docs/jsclientlib/base.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsclientlib/base.rst b/docs/jsclientlib/base.rst index 3e3fc7fc..e85cee61 100644 --- a/docs/jsclientlib/base.rst +++ b/docs/jsclientlib/base.rst @@ -319,7 +319,7 @@ .. code-block:: javascript - // prints "api/plugin/myplugin/" + // prints "api/plugin/myplugin" console.log(OctoPrint.getSimpleApiUrl("myplugin") :param string plugin: The identifier of the plugin for which to return the URL