mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
docs: fixed typos
This commit is contained in:
parent
65dec5bd2c
commit
ea202e41f6
24 changed files with 37 additions and 37 deletions
|
@ -141,7 +141,7 @@ const resources = {
|
|||
// We need an operation that returns a SessionInfo so it can be picked up by the codegen :(
|
||||
info: {
|
||||
operationId: 'getSessionInfo',
|
||||
summary: 'returns informations about a session',
|
||||
summary: 'returns information about a session',
|
||||
responseSchema: {info: {$ref: '#/components/schemas/SessionInfo'}},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -88,7 +88,7 @@ exports.expressCreateServer = (hookName, args, cb) => {
|
|||
// http://stackoverflow.com/questions/23981741/minify-socket-io-socket-io-js-with-1-0
|
||||
// if(settings.minify) io.enable('browser client minification');
|
||||
|
||||
// Initalize the Socket.IO Router
|
||||
// Initialize the Socket.IO Router
|
||||
socketIORouter.setSocketIO(io);
|
||||
socketIORouter.addComponent('pad', padMessageHandler);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue