Skip to content

Commit e090fe4

Browse files
committed
Fixed some misspelled.
Signed-off-by: Israel Roldan <israel.alberto.rv@gmail.com>
1 parent 42bd2cd commit e090fe4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
delete: "false"
3232
```
3333
34-
Optional, you can get the live version which has the last commits using this:
34+
Optional, you can get the live version which has the last commits using the `master` branch like this:<br>
3535
`uses: airvzxf/ftp-deployment-action@master`
3636

3737

@@ -47,7 +47,7 @@ password | FTP Password. | Yes | N/A | ExampleOnlyAlphabets
4747
local_dir | Local directory. | No | "./" | "./public_html"
4848
remote_dir | Remote directory. | No | "./" | "/www/user/home"
4949
delete | Delete all the files inside of the remote directory before the upload process. | No | false | N/A
50-
max_retries | Time that `lftp` will be executed if an error occur. | No | 10 | N/A
50+
max_retries | Times that the `lftp` will be executed if an error occurred. | No | 10 | N/A
5151
no_symlinks | Do not create symbolic links. | No | true | N/A
5252
ftp_ssl_allow | FTP - Allow SSL encryption | No | false | N/A
5353
ftp_use_feat | FTP - FEAT: Determining what extended features the FTP server supports. | No | false | N/A

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
required: false
2727
default: 'false'
2828
max_retries:
29-
description: 'Time that `lftp` will be executed if an error occur.'
29+
description: 'Times that the lftp will be executed if an error occurred.'
3030
required: false
3131
default: '10'
3232
no_symlinks:

0 commit comments

Comments
 (0)