typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-01 03:12:55 +03:00
parent 56bd50ae7d
commit c62be60010

View File

@ -42,7 +42,7 @@ $ npm install ig-argv
Create a script and make it runnable Create a script and make it runnable
```shell ```shell
$ toch script.js $ touch script.js
$ chmod +x script.js $ chmod +x script.js
``` ```