diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a1face93..94687102 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -10,6 +10,8 @@ on: paths-ignore: - 'docs/**' pull_request: + paths-ignore: + - 'docs/**' jobs: build: diff --git a/docs/guides/int_framework/typeconverters.md b/docs/guides/int_framework/typeconverters.md index 7907bd3c..a15fcea5 100644 --- a/docs/guides/int_framework/typeconverters.md +++ b/docs/guides/int_framework/typeconverters.md @@ -44,7 +44,7 @@ Interaction Services determines the most suitable [TypeConverter] for a paramete 3. It searches for a generic `TypeConverter` with a matching type constraint. If there are more multiple matches, the one whose type constraint is the most specialized will be chosen. -> [!NOTE} +> [!NOTE] > Alternatively, you can use the generic variant (`TypeConverter`) of the > [TypeConverter] base class which implements the following method body for `CanConvertTo()` method