mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
chore: fix some typos in comments (#6343)
Signed-off-by: alongdate <alongyear@outlook.com>
This commit is contained in:
parent
2e0654bd34
commit
2d01f6027f
3 changed files with 4 additions and 4 deletions
|
@ -225,7 +225,7 @@ exports.callAll = (hookName, context) => {
|
|||
// provides settles (resolves or rejects). If a hook function attempts to settle again (e.g., call
|
||||
// the callback again, or return a value and also call the callback) then the second attempt has no
|
||||
// effect except either an error message is logged or an Error object is thrown depending on whether
|
||||
// the the subsequent attempt is a duplicate (same value or error) or different, respectively.
|
||||
// the subsequent attempt is a duplicate (same value or error) or different, respectively.
|
||||
//
|
||||
// See the tests in src/tests/backend/specs/hooks.js for examples of supported and prohibited
|
||||
// behaviors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue