Skip to content

Commit 868f021

Browse files
tdykstraCopilot
andauthored
Update aspnetcore/performance/caching/hybrid.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f55bb7d commit 868f021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/performance/caching/hybrid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ A concrete implementation of the `HybridCache` abstract class is included in the
242242

243243
Make sure all types you cache are referenced in a way that prevents them from being trimmed by the AOT compiler. Using source generators for serialization helps with this requirement. For more information, see <xref:fundamentals/native-aot>.
244244

245-
If you set up serialization and trimming correctly, `HybridCache` behaves the sme way in Native AOT as in regular ASP.NET Core apps.
245+
If you set up serialization and trimming correctly, `HybridCache` behaves the same way in Native AOT as in regular ASP.NET Core apps.
246246

247247
## Compatibility
248248

0 commit comments

Comments
 (0)