mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Fix typos
This commit is contained in:
parent
02b3d42771
commit
fce55df2b7
8 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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:*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue