mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fix typo
This commit is contained in:
parent
7520377026
commit
cb8fe92df7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Editbar
|
||||
srf/static/js/pad_editbar.js
|
||||
src/static/js/pad_editbar.js
|
||||
|
||||
## isEnabled()
|
||||
|
||||
|
@ -25,4 +25,4 @@ toolbar.registerAceCommand("insertorderedlist", function (cmd, ace) {
|
|||
Ties a `div.popup` where `id` equals `dropdown` to a `command` fired by clicking a button.
|
||||
|
||||
## triggerCommand(cmd[, item])
|
||||
Triggers a command (optionally with some internal representation of the toolbar item that triggered it).
|
||||
Triggers a command (optionally with some internal representation of the toolbar item that triggered it).
|
||||
|
|
Loading…
Reference in a new issue