Skip to content

Commit 171cbc5

Browse files
andy-ganchrowBridgeAR
authored andcommitted
Fix typo in index.js
1 parent 06635b7 commit 171cbc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function create_parser (self) {
205205
err.message += '. Please report this.';
206206
self.ready = false;
207207
self.flush_and_error({
208-
message: 'Fatal error encountert. Command aborted.',
208+
message: 'Fatal error encountered. Command aborted.',
209209
code: 'NR_FATAL'
210210
}, {
211211
error: err,
@@ -1106,4 +1106,4 @@ require('./lib/individualCommands');
11061106
require('./lib/extendedApi');
11071107

11081108
//enables adding new commands (for modules and new commands)
1109-
exports.addCommand = exports.add_command = require('./lib/commands');
1109+
exports.addCommand = exports.add_command = require('./lib/commands');

0 commit comments

Comments
 (0)