From c2a45b4fd6fb48dae486bf7d89c133765001d7a1 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Sat, 28 Sep 2019 01:10:31 +0100 Subject: [PATCH] Typo --- src/Components/Components/test/RendererTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Components/test/RendererTest.cs b/src/Components/Components/test/RendererTest.cs index 1cc4ee686f..d0e2affea2 100644 --- a/src/Components/Components/test/RendererTest.cs +++ b/src/Components/Components/test/RendererTest.cs @@ -4491,7 +4491,7 @@ namespace Microsoft.AspNetCore.Components.Test { CapturedParameterView = parameters; - // Return a task that never completes to show that access is forbidded + // Return a task that never completes to show that access is forbidden // after the synchronous return, not just after the returned task completes return new TaskCompletionSource().Task; }