Fix typos

This commit is contained in:
Federico Grandi
2020-01-22 21:31:06 +01:00
parent 4d5fbad9c9
commit d3ccc660f4

View File

@@ -58,9 +58,9 @@ This action only **adds** files so in order to commit a file deletion you need t
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### Example:
### Examples:
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:
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:
```yaml
name: Lint source code