Skip to content

Commit 3df9104

Browse files
committed
fix: typo
1 parent 219bd51 commit 3df9104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install this globally to make the `node-red-admin` command available on your pat
2020

2121
Note: 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

lib/commands/login.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ function command(argv,result) {
5656

5757
command.alias = "login";
5858
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";
6060

6161
module.exports = command;

0 commit comments

Comments
 (0)