From b826ee398b7a85bbd67b82e3c6be8a4e6a77bb70 Mon Sep 17 00:00:00 2001 From: Dmitry Kulikov Date: Wed, 11 Apr 2018 21:54:04 +0600 Subject: [PATCH] Fixed typos. --- HISTORY.md | 6 +++--- docs/api.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6e141bb..f5ef15b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -661,7 +661,7 @@ https://github.com/josdejong/jsoneditor ## 2012-08-12, version 1.2.0 -- New: Added search functionality. Search results are expanded and highlighed. +- New: Added search functionality. Search results are expanded and highlighted. Quickkeys in the search box: Enter (next), Shift+Enter (previous), Ctrl+Enter (search again). - New: The position of the vertical separator between left and right panel is @@ -708,7 +708,7 @@ https://github.com/josdejong/jsoneditor ## 2012-03-01, version 0.9.10 - Nicer looking select box for the field types, with icons. -- Improved drag and drop: better visualized, and now working in all browers. +- Improved drag and drop: better visualized, and now working in all browsers. - Previous values will be restored after changing the type of a field. When changing the type back, the previous value or childs will be restored. - When hovering buttons (fieldtype, duplicate, delete, add) or when dragging @@ -741,7 +741,7 @@ https://github.com/josdejong/jsoneditor ## 2012-01-09, version 0.9.7 -- Added functionallity to expand/collapse a node and all its childs. Click +- Added functionality to expand/collapse a node and all its childs. Click the expand button of a node while holding Ctrl down. - Small interface improvements diff --git a/docs/api.md b/docs/api.md index 6302205..d882b79 100644 --- a/docs/api.md +++ b/docs/api.md @@ -190,7 +190,7 @@ Constructs a new JSONEditor. - `{boolean} statusBar` - Adds status bar to the buttom of the editor - the status bar shows the cursor position and a count of the selected charcters. True by default. Only applicable when `mode` is 'code' or 'text'. + Adds status bar to the bottom of the editor - the status bar shows the cursor position and a count of the selected characters. True by default. Only applicable when `mode` is 'code' or 'text'. - `{string} language`