Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Fix minor wording issue on marten durability docs
  • Loading branch information
bittercoder authored and jeremydmiller committed Oct 23, 2023
1 parent b9950cc commit d245310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/durability/marten/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static ValueTask Handle(
<!-- endSnippet -->

In both cases Wolverine's transactional middleware for Marten is taking care of registering the Marten session with Wolverine's outbox before you call into the message handler, and
also calling Marten's `IDocumentSession.SaveChangesAsync()` afterward. Used judiciously, this might allow you to avoid more messy or noising asynchronous code in your
also calling Marten's `IDocumentSession.SaveChangesAsync()` afterward. Used judiciously, this might allow you to avoid more messy or noisy asynchronous code in your
application handler code.

::: tip
Expand Down

0 comments on commit d245310

Please sign in to comment.