Skip to content

Commit eeae020

Browse files
authored
order.md clean up (#7242)
1 parent 2db5ea9 commit eeae020

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

persistence/order.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Configuration order for persistence
2+
title: Configuration Order for Persistence
33
summary: When configuring persistence, order is important
44
component: Core
5-
reviewed: 2023-07-08
5+
reviewed: 2025-06-30
66
versions: '[5.0,)'
77
redirects:
88
- nservicebus/persistence-order
99
- nservicebus/persistence/order
1010
---
1111

12-
When using different persistence options for storage types, the configuration order is important. When specifying multiple persistence options for the same storage type, the last-configured option will be used. Using the generic `UsePersistence<TPersistenceOption>` (without specifying a storage type) applies the persistence to all its supported storage types.
12+
When using different persistence options for storage types, the order of configuration is important. When specifying multiple persistence options for the same storage type, the last-configured option will be used. Using the generic `UsePersistence<TPersistenceOption>` (without specifying a storage type) applies the persistence to all its supported storage types.
1313

1414

1515
### Example 1
@@ -28,6 +28,6 @@ snippet: PersistenceOrder_Explicit
2828

2929
### Example 3
3030

31-
Instead of explicitly defining all storage types, the generic persistence option can specified before the explicit overwrites. In this example, RavenDB persistence will be used for all storage types except for the outbox and subscriptions.
31+
Instead of explicitly defining all storage types, the generic persistence option can be specified before the explicit overwrites. In this example, RavenDB persistence will be used for all storage types except for the outbox and subscriptions.
3232

3333
snippet: PersistenceOrder_Correct

0 commit comments

Comments
 (0)