Skip to content

Commit

Permalink
chore: fix incorrect entity framework reference in mongo db summary d…
Browse files Browse the repository at this point in the history
…ocumentation
  • Loading branch information
Lukejkw authored and phatboyg committed May 22, 2023
1 parent bcbb9a0 commit a4a7337
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace MassTransit
public static class MongoDbOutboxConfigurationExtensions
{
/// <summary>
/// Configures the Entity Framework Outbox on the bus, which can subsequently be used to configure
/// Configures the Mongo DB outbox on the bus, which can subsequently be used to configure
/// the transactional outbox on a receive endpoint.
/// </summary>
/// <param name="configurator"></param>
Expand All @@ -24,7 +24,7 @@ public static void AddMongoDbOutbox(this IBusRegistrationConfigurator configurat
}

/// <summary>
/// Configure the Entity Framework outbox on the receive endpoint
/// Configure the Mongo DB outbox on the receive endpoint
/// </summary>
/// <param name="configurator"></param>
/// <param name="provider">Configuration service provider</param>
Expand Down

0 comments on commit a4a7337

Please sign in to comment.