diff --git a/Src/FluentAssertions/Execution/Continuation.cs b/Src/FluentAssertions/Execution/Continuation.cs index 42264aae1..b59ad7f4e 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 f080c83d0..47ca54a88 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; }