Skip to content

Commit

Permalink
Fix small grammatical error (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crown0815 committed Aug 22, 2021
1 parent 8ad5e52 commit a38a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/eventmonitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ monitoredSubject.Should().Raise("NameChangedEvent");

Notice that Fluent Assertions will keep monitoring the `subject` for as long as the `using` block lasts.

Assuming that we’re dealing with a MVVM implementation, you might want to verify that it raised its `PropertyChanged` event for a particular property:
Assuming that we’re dealing with an MVVM implementation, you might want to verify that it raised its `PropertyChanged` event for a particular property:

```csharp
monitoredSubject
Expand Down

0 comments on commit a38a54a

Please sign in to comment.