Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Dec 17, 2023
1 parent 8ce4165 commit 4fcb24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/site/docs/extensions/bunit-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class FeatureTests : TestContext
}

[ComponentStub<ThirdPartyText>]
internal partial class ThidPartyStub { }
internal partial class ThirdPartyStub { }
```

Current limitations of this approach is that he stubbed type is not allowed to be nested inside the test class.
2 changes: 1 addition & 1 deletion src/bunit.generators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class FeatureTests : TestContext
}

[ComponentStub<ThirdPartyText>)]
internal partial class ThidPartyStub { }
internal partial class ThirdPartyStub { }
```

Current limitations of this approach:
Expand Down

0 comments on commit 4fcb24a

Please sign in to comment.