Skip to content

Commit 4fcb24a

Browse files
committed
docs: Fix typo
1 parent 8ce4165 commit 4fcb24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/site/docs/extensions/bunit-generators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class FeatureTests : TestContext
7878
}
7979

8080
[ComponentStub<ThirdPartyText>]
81-
internal partial class ThidPartyStub { }
81+
internal partial class ThirdPartyStub { }
8282
```
8383

8484
Current limitations of this approach is that he stubbed type is not allowed to be nested inside the test class.

src/bunit.generators/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class FeatureTests : TestContext
6969
}
7070

7171
[ComponentStub<ThirdPartyText>)]
72-
internal partial class ThidPartyStub { }
72+
internal partial class ThirdPartyStub { }
7373
```
7474

7575
Current limitations of this approach:

0 commit comments

Comments
 (0)