File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Install this globally to make the `node-red-admin` command available on your pat
20
20
21
21
Note: you may need to run this with ` sudo ` , or from within an Administrator command shell.
22
22
23
- You may also need to add ` --unsafe-perm ` to the command if you hit permissions errors during install .
23
+ You may also need to add ` --unsafe-perm ` to the command if you hit permissions errors during installation .
24
24
25
25
## Usage
26
26
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ function command(argv,result) {
56
56
57
57
command . alias = "login" ;
58
58
command . usage = command . alias + "" ;
59
- command . description = "Log in to the targetted Node-RED admin api" ;
59
+ command . description = "Log in to the targeted Node-RED admin api" ;
60
60
61
61
module . exports = command ;
You can’t perform that action at this time.
0 commit comments