Fix typos

This commit is contained in:
HairyFotr 2019-01-12 19:38:49 +01:00 committed by muxator
parent 02b3d42771
commit fce55df2b7
8 changed files with 10 additions and 10 deletions

View file

@ -356,7 +356,7 @@ Called from: src/static/js/ace2_inner.js
Things in context:
1. dynamicCSS - css manger for inner ace
1. dynamicCSS - css manager for inner ace
2. outerDynamicCSS - css manager for outer ace
3. parentDynamicCSS - css manager for parent document
4. info - author style info

View file

@ -379,7 +379,7 @@ Restores revision from past as new changeset
returns
* a part of the chat history, when `start` and `end` are given
* the whole chat histroy, when no extra parameters are given
* the whole chat history, when no extra parameters are given
*Example returns:*

View file

@ -49,7 +49,7 @@ There are server hooks, which will be executed on the server (e.g. `expressCreat
### Styling
When you install a client-side plugin (e.g. one that implements at least one client-side hook), the plugin name is added to the `class` attribute of the div `#editorcontainerbox` in the main window.
This gives you the opportunity of tuning the appearence of the main UI in your plugin.
This gives you the opportunity of tuning the appearance of the main UI in your plugin.
For example, this is the markup with no plugins installed:
```html