Skip to content

Commit

Permalink
Fix grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Jan 28, 2021
1 parent 18d82ce commit 967af4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Please find installation guides and notes for other project types (for example `
```

5. **Build the project and fix warnings** <br/>
If your not starting a new project you will probably get a lot of warnings now, since your code base is not yet annotated.
If you're not starting a new project you will probably get a lot of warnings now, since your code base is not yet annotated.
If you don't expect to fix all right now, one solution could be to disable the feature in all files before reviewing each file one by one.
For that run the following powershell script to add a `#nullable disable` directive at the top of each file.

Expand Down

0 comments on commit 967af4b

Please sign in to comment.