Skip to content

Commit

Permalink
Fixed a typo within the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib authored Nov 24, 2017
1 parent 26dc164 commit c35a40c
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 @@ -33,7 +33,7 @@ EventSourceAnalyzer analyzer = new EventSourceAnalyzer();
Report report = analyzer.Inspect(eventSource);
```

The report contains all the important information we need. If we want to know whether the event schema contains any errors, we dan do so by checking the `HasErrors` property.
The report contains all the important information we need. If we want to know whether the event schema contains any errors, we can do so by checking the `HasErrors` property.

### Automated Test Example

Expand Down

0 comments on commit c35a40c

Please sign in to comment.