File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Tests for newlines at the end of all files. Default value is `false`.
105105newline: 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
331331you offer a pull request.
332332
333333### Tests & validation
Original file line number Diff line number Diff line change 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
44you offer a pull request.
55
66### Tests & validation
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Tests for newlines at the end of all files. Default value is `false`.
88newline: 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 `
You can’t perform that action at this time.
0 commit comments