From 60099030952e997c9e5bdc9e72da250afb35792c Mon Sep 17 00:00:00 2001 From: Gedion Date: Mon, 1 Oct 2012 19:18:19 -0500 Subject: [PATCH] added comments to ace exposed methods --- doc/api/editorInfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/editorInfo.md b/doc/api/editorInfo.md index 6aec326e2..05656bce7 100644 --- a/doc/api/editorInfo.md +++ b/doc/api/editorInfo.md @@ -47,7 +47,7 @@ Returns the `rep` object. ## editorInfo.ace_performDocumentApplyAttributesToRange() ## editorInfo.ace_getAuthorInfos() -Returns an info object about the author. Object key = author_id and info includes athour's bg color value. +Returns an info object about the author. Object key = author_id and info includes author's bg color value. Use to define your own authorship. ## editorInfo.ace_performDocumentReplaceRange(start, end, newText) This function replaces a range (from [x1,y1] to [x2,y2]) with `newText`.