Skip to content

Commit

Permalink
Update NUnit1032.md to fix typo Dipose -> Dispose.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewimcclement authored Sep 23, 2023
1 parent 9b7f547 commit db138ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/NUnit1032.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ An IDisposable field/property should be Disposed in a TearDown method.

## Motivation

Not Diposing fields/properties can cause memory leaks or failing tests.
Not Disposing fields/properties can cause memory leaks or failing tests.

## How to fix violations

Expand Down

0 comments on commit db138ef

Please sign in to comment.