Skip to content

Commit 8320bd5

Browse files
authored
Fix typo in return value documentation (#903)
This: > Read on for other **approachs** Should read: > Read on for other **approaches**
1 parent 133a613 commit 8320bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/help/set-return-value/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Assert.That("HEX", Is.EqualTo(calculator.Mode));
5151

5252

5353
## More ways of setting return values
54-
This covers the very basics of setting a return value, but NSubstitute can do much more. Read on for other approachs, including [matching specific arguments](/help/return-for-args), [ignoring arguments](/help/return-for-any-args), using [functions to calculate return values](/help/return-from-function) and returning [multiple results](/help/multiple-returns).
54+
This covers the very basics of setting a return value, but NSubstitute can do much more. Read on for other approaches, including [matching specific arguments](/help/return-for-args), [ignoring arguments](/help/return-for-any-args), using [functions to calculate return values](/help/return-from-function) and returning [multiple results](/help/multiple-returns).

0 commit comments

Comments
 (0)