Skip to content

Commit d4bf78f

Browse files
committed
2021-01-10 Version 1.0.0: Updated README.md
1 parent e817b26 commit d4bf78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Custom Checkstyle checks for Android projects.
1010

1111
| Check | Description | Level |
1212
| --- | --- | --- |
13-
| `AndroidViewFieldNameCheck` | Check Android view field name (example: for `TextView` variable's name must be starts wit `tv`) | `Error` |
13+
| `AndroidViewFieldNameCheck` | Check Android view field name (example: for `TextView` variable's name must be starts with `tv`) | `Error` |
1414
| `ContextFirstParameterCheck` | Check Context as first parameter in a class constructor or in an arguments list | `Error` |
1515
| `MethodObjectReturnAnnotationCheck` | Check annotation for a method with return values (by default it is `@NonNull` and `@Nullable`) | `Error` |
1616
| `MethodParametersAnnotationCheck` | Check annotation for an argument in a class constructor or a method (by default it is `@NonNull` and `@Nullable`) | `Error` |

0 commit comments

Comments
 (0)