Skip to content

Commit 851e1e2

Browse files
OsirisTerjeCopilot
andauthored
Update docs/articles/nunit/writing-tests/attributes/testcase.md
Co-authored-by: Copilot <[email protected]>
1 parent 1d47f0d commit 851e1e2

File tree

1 file changed

+1
-1
lines changed
  • docs/articles/nunit/writing-tests/attributes

1 file changed

+1
-1
lines changed

docs/articles/nunit/writing-tests/attributes/testcase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TestCaseAttribute supports a number of additional named parameters:
4242
but may serve a purpose for the test author)
4343
* **TypeArgs** specifies the `Type`s to be used when targeting a generic test method. (_NUnit 4.1+_)
4444

45-
## Be aware of mixing the syntax for named paramaters and attributes with the same name
45+
## Be aware of mixing the syntax for named parameters and attributes with the same name
4646

4747
### Ignore done right and wrong
4848

0 commit comments

Comments
 (0)