Skip to content

Commit 0790627

Browse files
Fixing typo
Co-authored-by: Bryan Gold <[email protected]>
1 parent f6e6c53 commit 0790627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling/perf-insights-loh-allocations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ When this assumption isn't true, and an application frequently allocates tempora
2727

2828
## How to investigate a warning
2929

30-
Click the **Iinvestigate** link to go to the [Allocation](../profiling/dotnet-alloc-tool.md#allocation) view showing allocations grouped by heap type. Objects under the Large Object Heap node are contributing to the frequent GCs. Consider reducing these allocations through reuse or pooling techniques.
30+
Click the **Investigate** link to go to the [Allocation](../profiling/dotnet-alloc-tool.md#allocation) view showing allocations grouped by heap type. Objects under the Large Object Heap node are contributing to the frequent GCs. Consider reducing these allocations through reuse or pooling techniques.

0 commit comments

Comments
 (0)