Skip to content

Commit

Permalink
Remove redundant definite article
Browse files Browse the repository at this point in the history
  • Loading branch information
asydikov committed Aug 14, 2022
1 parent 681da03 commit 457eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/assemblies.md
Expand Up @@ -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);
Expand Down

0 comments on commit 457eb17

Please sign in to comment.