From 79aa87a8082943a0dd09a7c517ee1e82e51d9e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E8=87=AA=E5=8A=A8=E7=9B=92=E5=AD=90?= Date: Wed, 14 Aug 2024 15:35:23 +0800 Subject: [PATCH] fix typo (#9460) --- release-notes/9.0/preview/preview7/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/9.0/preview/preview7/runtime.md b/release-notes/9.0/preview/preview7/runtime.md index 2772cd8206..66fbabff9a 100644 --- a/release-notes/9.0/preview/preview7/runtime.md +++ b/release-notes/9.0/preview/preview7/runtime.md @@ -220,7 +220,7 @@ Full .NET TechEmpower benchmark results are published [here](https://aka.ms/aspn If you notice a reduction in throughput, DATAS can be disabled using the following: -- `DOTNET_GCDynamicAdaptationMode=0` environment veriable +- `DOTNET_GCDynamicAdaptationMode=0` environment variable - setting `System.GC.DynamicAdaptationMode` to `0` in `runtimeconfig.json` - `GarbageCollectionAdaptationMode` msbuild property set to `0`