Skip to content

Commit 063d5f9

Browse files
authored
Update 15/umbraco-cms/reference/routing/request-pipeline/outbound-pipeline.md
1 parent f9070f1 commit 063d5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/routing/request-pipeline/outbound-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Each URL segment provider is configured either to terminate after providing a se
3232

3333
If the provider does not terminate, other providers can also return segments. In this way, multiple segments can be returned for a single document and culture combination. Along with the use of custom `IUrlProvider` and `IContentFinder` instances, considerable flexibility in the generated URLs can be achieved.
3434

35-
If no segment is returned by any provider in the collection a `DefaultUrlSegmentProvider` will be used to create a segment. This ensures that a segment is always created, even when a default provider is removed from a collection without a new one being added.
35+
If no segment is returned by any provider in the collection, a `DefaultUrlSegmentProvider` will be used to create a segment. This ensures that a segment is always created, even when a default provider has been removed from the collection without a new one being added.
3636

3737
To create a new Url Segment Provider, implement the following interface:
3838

0 commit comments

Comments
 (0)