Skip to content

Commit 04cbc46

Browse files
authored
Merge pull request #622 from aws-powertools/fix-typo-tracing-docs
chore(docs): Updating tracing docs for typo
2 parents 175d33b + 40a78be commit 04cbc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ These improvements offer the potential to eliminate build-time trimming warnings
287287

288288
For the Tracing utility to work correctly and without trim warnings please add the following to your `.csproj` file
289289

290-
```xaml
290+
```xml
291291
<ItemGroup>
292292
<TrimmerRootAssembly Include="AWSSDK.Core" />
293293
<TrimmerRootAssembly Include="AWSXRayRecorder.Core" />
@@ -298,4 +298,4 @@ For the Tracing utility to work correctly and without trim warnings please add t
298298

299299
Note that when you receive a trim warning, adding the class that generates the warning to TrimmerRootAssembly might not resolve the issue. A trim warning indicates that the class is trying to access some other class that can't be determined until runtime. To avoid runtime errors, add this second class to TrimmerRootAssembly.
300300

301-
To learn more about managing trim warnings, see [Introduction to trim warnings](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/fixing-warnings) in the Microsoft .NET documentation.
301+
To learn more about managing trim warnings, see [Introduction to trim warnings](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/fixing-warnings) in the Microsoft .NET documentation.

0 commit comments

Comments
 (0)