Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
torangel authored Jul 5, 2024
1 parent 661bfbe commit d49662f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Configure.With(activator)
.Start();
```

By the power of C# generics, `uow` passed to the `commit` and `dispose` functions above will have the save type as
By the power of C# generics, `uow` passed to the `commit` and `dispose` functions above will have the same type as
the one returned from the `create` method.

`context` will be the current `IMessageContext`, which is also statically accessible via `MessageContext.Current`,
Expand Down Expand Up @@ -77,4 +77,4 @@ services.AddScoped(p =>

});

```
```

0 comments on commit d49662f

Please sign in to comment.