Skip to content

Commit

Permalink
Grammar correction for readability (#1110)
Browse files Browse the repository at this point in the history
Didn't understand the sentence at first.
  • Loading branch information
geologyrocks authored and dennisdoomen committed Aug 27, 2019
1 parent 9df73f3 commit fa64a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
nav: "sidebar"
---

The following example verifies that the `Foo()` method throws an `InvalidOperationException` which `Message` property has a specific value.
The following example verifies that the `Foo()` method throws an `InvalidOperationException` whose `Message` property has a specific value.

```csharp
subject.Invoking(y => y.Foo("Hello"))
Expand Down

0 comments on commit fa64a85

Please sign in to comment.