File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
2020
2121Note: you may need to run this with ` sudo ` , or from within an Administrator command shell.
2222
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 .
2424
2525## Usage
2626
Original file line number Diff line number Diff line change @@ -56,6 +56,6 @@ function command(argv,result) {
5656
5757command . alias = "login" ;
5858command . 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" ;
6060
6161module . exports = command ;
You can’t perform that action at this time.
0 commit comments