From bed062dda8c35387995b3bac32c02bbfaaf7fc5a Mon Sep 17 00:00:00 2001 From: fls-indinf <59866126+fls-indinf@users.noreply.github.com> Date: Tue, 21 Jan 2020 19:40:09 +0100 Subject: [PATCH] missing ` in navigationBar-Area (#887) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 7cd79f3..c2d1317 100644 --- a/docs/api.md +++ b/docs/api.md @@ -360,7 +360,7 @@ Constructs a new JSONEditor. - `{boolean} navigationBar` - Adds navigation bar to the menu - the navigation bar visualize the current position on the tree structure as well as allows breadcrumbs navigation. `true by default. Only applicable when `mode` is 'tree', 'form' or 'view'. + Adds navigation bar to the menu - the navigation bar visualize the current position on the tree structure as well as allows breadcrumbs navigation. `true` by default. Only applicable when `mode` is 'tree', 'form' or 'view'. - `{boolean} statusBar`