Skip to content

Commit 03ea03d

Browse files
committed
Fix some writiing issues in docs
1 parent bba1a2b commit 03ea03d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Tests for newlines at the end of all files. Default value is `false`.
105105
newline: true;
106106
```
107107

108-
- returns code `NEWLINE`, when a missing a newline at the end of the file.
108+
- returns code `NEWLINE`, when missing a newline at the end of the file.
109109
- returns code `NEWLINE_AMOUNT`, when found unexpected additional newlines
110110
at the end of a file.
111111
- returns type `warning`
@@ -303,7 +303,7 @@ This function runs the check for a given file based on the validator settings.
303303

304304
### `getProcessedFiles()`
305305

306-
This returns the amount of processed through the validator.
306+
This returns the amount of files processed through the validator.
307307

308308
- **Returns** the amount as `Number`.
309309

@@ -327,7 +327,7 @@ This returns all invalid lines and messages from the file of the given
327327

328328
## Contribution
329329

330-
Feel free to contribute. Please run all the tests and validation tasks befor
330+
Feel free to contribute. Please run all the tests and validation tasks before
331331
you offer a pull request.
332332

333333
### Tests & validation

docs/contribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Contribution
22

3-
Feel free to contribute. Please run all the tests and validation tasks befor
3+
Feel free to contribute. Please run all the tests and validation tasks before
44
you offer a pull request.
55

66
### Tests & validation

docs/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This function runs the check for a given file based on the validator settings.
1313

1414
### `getProcessedFiles()`
1515

16-
This returns the amount of processed through the validator.
16+
This returns the amount of files processed through the validator.
1717

1818
- **Returns** the amount as `Number`.
1919

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tests for newlines at the end of all files. Default value is `false`.
88
newline: true;
99
```
1010

11-
- returns code `NEWLINE`, when a missing a newline at the end of the file.
11+
- returns code `NEWLINE`, when missing a newline at the end of the file.
1212
- returns code `NEWLINE_AMOUNT`, when found unexpected additional newlines
1313
at the end of a file.
1414
- returns type `warning`

0 commit comments

Comments
 (0)