Skip to content

Commit e9e9f32

Browse files
authoredApr 13, 2024··
Fix two typos (#39)
1 parent 2d55ea1 commit e9e9f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎_docs/fixture-customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Composite customizations can also be implemented by inheriting from `CompositeCu
5858
```csharp
5959
class DomainCustomization : CompositeCustomization
6060
{
61-
public DoaminCustomization()
61+
public DomainCustomization()
6262
: base(
6363
new CustomersCustomization(),
6464
new AddressCustomization())

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AutoFixture Documentation
22

3-
This is the official AutoFixture documentation repository. You can find the deployed versoin of the documentation at [AutoFixture.github.io](https://autofixture.github.io).
3+
This is the official AutoFixture documentation repository. You can find the deployed version of the documentation at [AutoFixture.github.io](https://autofixture.github.io).
44

55
## Contributing
66

0 commit comments

Comments
 (0)
Please sign in to comment.