We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d47f0d commit 851e1e2Copy full SHA for 851e1e2
docs/articles/nunit/writing-tests/attributes/testcase.md
@@ -42,7 +42,7 @@ TestCaseAttribute supports a number of additional named parameters:
42
but may serve a purpose for the test author)
43
* **TypeArgs** specifies the `Type`s to be used when targeting a generic test method. (_NUnit 4.1+_)
44
45
-## Be aware of mixing the syntax for named paramaters and attributes with the same name
+## Be aware of mixing the syntax for named parameters and attributes with the same name
46
47
### Ignore done right and wrong
48
0 commit comments