More spelling fixes

This commit is contained in:
rejas
2019-06-04 10:15:50 +02:00
parent 4df1895560
commit c1559dd8c8
5 changed files with 6 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ describe("port directive configuration", function () {
});
});
describe("Set port 8100 on enviroment variable MM_PORT", function () {
describe("Set port 8100 on environment variable MM_PORT", function () {
before(function () {
process.env.MM_PORT = 8100;
// Set config sample for use in this test
@@ -56,5 +56,4 @@ describe("port directive configuration", function () {
});
});
});
});