From 38fc0f8099bdf00938a76f0c8a933beecea15c7f Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 30 Jun 2016 18:10:15 +0100 Subject: [PATCH] Fix typo preventing docs upload --- docs/js/call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js/call.md b/docs/js/call.md index 31225f2c..e1f09800 100644 --- a/docs/js/call.md +++ b/docs/js/call.md @@ -13,7 +13,7 @@ basic.showString("Hello!") If you want to see all functions available in a namespace, simply type `basic` followed by `.`; a list of all the functions will appear. -![](/static/mb/js/basicFun.png) +![](/static/mb/js/basicFuns.png) Continue typing to select one of the functions, or click on one of the functions to select. You also narrow down the set of functions by typing, as below: