Skip to content

Commit d3ccc66

Browse files
committed
Fix typos
1 parent 4d5fbad commit d3ccc66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ This action only **adds** files so in order to commit a file deletion you need t
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
```
6060

61-
### Example:
61+
### Examples:
6262

63-
You want to lint your JavaScript files, located in the `src` folder, with ESLint so that fixable changes are done without your intervention. You can use a workflow like this:
63+
Do you want to lint your JavaScript files, located in the `src` folder, with ESLint, so that fixable changes are done without your intervention? You can use a workflow like this:
6464

6565
```yaml
6666
name: Lint source code

0 commit comments

Comments
 (0)