jsnote-zeina 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,10 +45,10 @@ exports.serveCommand = new commander_1.Command()
45
45
  }
46
46
  }));
47
47
  /*
48
- -[filename]: specifices that there is an optional filename argument
48
+ -[filename]: specifies that there is an optional filename argument
49
49
  that can be provided with the serve command
50
50
  -<number>: specifies that if a user provides a port option
51
- they have to provide a port numer
51
+ they have to provide a port number
52
52
  -notebook.js is the default file name that is going to save
53
53
  the cells of the user in case the user does not provide any
54
54
  filename