Skip to content

Commit e0a5e9b

Browse files
authored
docs: remove non-printable whitespace in header
1 parent 17cfa78 commit e0a5e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use the generator, the **Interceptor** feature has to be used inside the cspr
6060

6161
Due to the usage of **Interceptors** the generator is only available for .NET 8.0 and above. The generator does create a `partial` class, so it can be extended with custom logic if needed.
6262

63-
## Component stub generator via `ComponentStubAttribute`
63+
## Component stub generator via `ComponentStubAttribute`
6464

6565
This generator adds the ability to automatically generate stubs for a given type via an attribute.
6666
The general setup for the given component above looks like this:

0 commit comments

Comments
 (0)