mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
docs: fixed typos
This commit is contained in:
parent
65dec5bd2c
commit
ea202e41f6
24 changed files with 37 additions and 37 deletions
|
@ -46,7 +46,7 @@ const rateLimiter = new RateLimiterMemory({
|
|||
});
|
||||
|
||||
/**
|
||||
* A associative array that saves informations about a session
|
||||
* A associative array that saves information about a session
|
||||
* key = sessionId
|
||||
* values = padId, readonlyPadId, readonly, author, rev
|
||||
* padId = the real padId of the pad
|
||||
|
@ -88,7 +88,7 @@ exports.setSocketIO = (socket_io) => {
|
|||
exports.handleConnect = (socket) => {
|
||||
stats.meter('connects').mark();
|
||||
|
||||
// Initalize sessioninfos for this new session
|
||||
// Initialize sessioninfos for this new session
|
||||
sessioninfos[socket.id] = {};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue