From 4197c4173edb2cd2e5602f5c1251ab611c9d235d Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 16 Oct 2024 06:57:30 -0700 Subject: [PATCH] Update docs/core/testing/unit-testing-platform-architecture-extensions.md Co-authored-by: David Pine --- .../testing/unit-testing-platform-architecture-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-platform-architecture-extensions.md b/docs/core/testing/unit-testing-platform-architecture-extensions.md index d0f4ee42e7656..c4b44a94307ce 100644 --- a/docs/core/testing/unit-testing-platform-architecture-extensions.md +++ b/docs/core/testing/unit-testing-platform-architecture-extensions.md @@ -59,7 +59,7 @@ public interface IExtension string Uid { get; } string Version { get; } string DisplayName { get; } - string Description { get; + string Description { get; } Task IsEnabledAsync(); } ```