From 875226a67ac2829b0d12fb2b46e4871678501b36 Mon Sep 17 00:00:00 2001 From: Aziz Sydikov Date: Sun, 14 Aug 2022 13:59:49 +0100 Subject: [PATCH] Remove redundant definite article (#1970) --- docs/_pages/assemblies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/assemblies.md b/docs/_pages/assemblies.md index 63b4eba73b..c5a0393502 100644 --- a/docs/_pages/assemblies.md +++ b/docs/_pages/assemblies.md @@ -9,7 +9,7 @@ sidebar: You also have access to methods to assert an assembly does or does not reference another assembly. These are typically used to enforce layers within an application, such as for example, asserting the web layer does not reference the data layer. -To assert the references, use the the following syntax: +To assert the references, use the following syntax: ```csharp assembly.Should().Reference(otherAssembly);