summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGedion <gwy321@gmail.com>2012-10-01 19:18:19 -0500
committerGedion <gwy321@gmail.com>2012-10-01 19:18:19 -0500
commit60099030952e997c9e5bdc9e72da250afb35792c (patch)
treef1ae825b55d6ac7c360dd9b4d48e43b5eb09936e /doc/api
parent61022be6e422e3608bb15cb230f862e0417239e8 (diff)
downloadetherpad-lite-60099030952e997c9e5bdc9e72da250afb35792c.zip
added comments to ace exposed methods
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/editorInfo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/editorInfo.md b/doc/api/editorInfo.md
index 6aec326e..05656bce 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`.