From 3cd92729a3463874e1c4ae08d285b0fcf99516d7 Mon Sep 17 00:00:00 2001 From: Paul Kirchner <98046631+PKirch-SE@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:50:23 -0700 Subject: [PATCH] Correct spelling in 'Then' property summary xml documentation. (#2594) --- Src/FluentAssertions/Execution/Continuation.cs | 2 +- Src/FluentAssertions/Execution/ContinuationOfGiven.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/FluentAssertions/Execution/Continuation.cs b/Src/FluentAssertions/Execution/Continuation.cs index 42264aae15..b59ad7f4e7 100644 --- a/Src/FluentAssertions/Execution/Continuation.cs +++ b/Src/FluentAssertions/Execution/Continuation.cs @@ -15,7 +15,7 @@ internal Continuation(AssertionScope sourceScope, bool continueAsserting) } /// - /// Continuous the assertion chain if the previous assertion was successful. + /// Continues the assertion chain if the previous assertion was successful. /// public IAssertionScope Then { diff --git a/Src/FluentAssertions/Execution/ContinuationOfGiven.cs b/Src/FluentAssertions/Execution/ContinuationOfGiven.cs index f080c83d08..47ca54a889 100644 --- a/Src/FluentAssertions/Execution/ContinuationOfGiven.cs +++ b/Src/FluentAssertions/Execution/ContinuationOfGiven.cs @@ -14,7 +14,7 @@ internal ContinuationOfGiven(GivenSelector parent, bool succeeded) } /// - /// Continuous the assertion chain if the previous assertion was successful. + /// Continues the assertion chain if the previous assertion was successful. /// public GivenSelector Then { get; }