Skip to content

Commit b242945

Browse files
committed
Changed word to a less esoteric one in BREAKING_CHANGES.MD.
1 parent c2b7d52 commit b242945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BREAKING_CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `ShouldRenderFile` method has been removed.
3131

3232
### Reason
3333

34-
The `ShouldRenderFile` method was equivocal because it had the possibility to be interperted to test for a `FileResult` when in fact, it tested for a `FileContentResult`.
34+
The `ShouldRenderFile` method was ambiguous because it had the possibility to be interperted to test for a `FileResult` when in fact, it tested for a `FileContentResult`.
3535

3636
It is for this reason that we introduced two unequivocal methods namely, `ShouldRenderAnyFile` and `ShouldRenderFileContents`.
3737

0 commit comments

Comments
 (0)