Skip to content

Commit 0f8dacc

Browse files
authored
docs: fix formatting error causing build failure (#3807)
1 parent ca3f17a commit 0f8dacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/test-lifecycle/property-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The required keyword keeps your code clean and correct. If a property isn't pass
99

1010
Supported attributes for properties in AOT mode:
1111
- **MethodDataSource** - Data sources via calling a method
12-
- **ClassDataSource<T>** - A data source that injects in T
12+
- **`ClassDataSource<T>`** - A data source that injects in T
1313
- **DataSourceGeneratorAttribute** - Source-generated data (first item only)
1414

1515
For dependency injection with service providers, inherit from `DependencyInjectionDataSourceAttribute<TScope>` to create custom attributes. See [Dependency Injection](./dependency-injection.md) documentation for details.

0 commit comments

Comments
 (0)