Skip to content

Commit f9070f1

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When the segments are requested for a document and culture combination, each reg
3030

3131
Each URL segment provider is configured either to terminate after providing a segment or to allow other segment providers to be executed. When a terminating provider returns a segment value for the document and culture, no further `UrlSegmentProviders` in the collection will be executed.
3232

33-
If the provider does not terminate, other providers are able to return segments as well. 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.
33+
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

3535
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.
3636

0 commit comments

Comments
 (0)