diff --git a/Readme.md b/Readme.md index 2705e546581..da6f1a15a97 100644 --- a/Readme.md +++ b/Readme.md @@ -50,7 +50,7 @@ The easiest version is simply: var editor = ace.edit("editor"); ``` -*Exploring configration options [Configuring-Ace](https://github.com/ajaxorg/ace/wiki/Configuring-Ace/)* +*Exploring configuration options [Configuring-Ace](https://github.com/ajaxorg/ace/wiki/Configuring-Ace/)* With "editor" being the id of the DOM element, which should be converted to an editor. Note that this element must be explicitly sized and positioned `absolute` or `relative` for Ace to work. e.g.