Merge pull request #205 from Gelma/typo

Fix typos
master
Mészáros Mihály 2020-04-15 08:07:07 +02:00 committed by GitHub
commit ef2fd7648b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ Currently multiparty-meeting will only run on nodejs v10.*
To install see here [here](https://github.com/nodesource/distributions/blob/master/README.md#debinstall).
```bash
$ sudo apt install npm build-essentials redis
$ sudo apt install npm build-essential redis
```
* Clone the project:

View File

@ -1,6 +1,6 @@
import RoomClient from '../RoomClient';
describe('new RoomClient() without paramaters throws Error', () =>
describe('new RoomClient() without parameters throws Error', () =>
{
test('Matches the snapshot', () =>
{

View File

@ -42,7 +42,7 @@ fi
if [ "$1" = "config" ]; then
echo 'graph_title MM stats'
#echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Actual Seesion Count'
echo 'graph_vlabel Actual Session Count'
echo 'graph_category other'
echo 'graph_info This graph shows the mm stats.'
echo 'rooms.label rooms'

View File

@ -42,7 +42,7 @@ module.exports =
key : `${__dirname}/../certs/mediasoup-demo.localhost.key.pem`
},
// listening Host or IP
// If ommitted listens on every IP. ("0.0.0.0" and "::")
// If omitted listens on every IP. ("0.0.0.0" and "::")
//listeningHost: 'localhost',
// Listening port for https server.
listeningPort : 443,