We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8df4c3 commit 624b648Copy full SHA for 624b648
blazor/common/aot-compilation/reduce-size-of-blazor-wasm.md
@@ -58,7 +58,7 @@ To [enable Intermediate Language trimming](https://learn.microsoft.com/en-us/dot
58
59
#### How to Enable Intermediate Language Trimming Safely for Syncfusion<sup style="font-size:70%">®</sup> Blazor Grid
60
61
-1. Modify your project file (.csproj) to include Trimmable assemblies and descriptors:
+1. Modify your project file (.csproj) to include trimmable assemblies and descriptors:
62
```xml
63
<ItemGroup>
64
<TrimmableAssembly Include="Syncfusion.Blazor" />
0 commit comments